Files
TraderAI/traderai/version.py
T
HRiggs a5a718b3e4
Build Release EXE / build-windows-exe (release) Successful in 50s
versioning: 0.0.5
2026-05-08 00:37:31 -04:00

14 lines
269 B
Python

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