Files
TraderAI/traderai/version.py
T
HRiggs cf0693f319
Build Release EXE / build-windows-exe (release) Successful in 51s
versioning: 0.0.9
2026-06-09 11:24:33 -04:00

19 lines
274 B
Python

from __future__ import annotations
__version__ = "0.0.9"
RELEASES_URL = "https://git.hudsonriggs.systems/LambdaBankingConglomerate/TraderAI/releases"
RELEASES_API_URL = "https://git.hudsonriggs.systems/api/v1/repos/LambdaBankingConglomerate/TraderAI/releases"