Files
TraderAI/traderai/version.py
T
HRiggs 58a57ddc6a
Build Release EXE / build-windows-exe (release) Successful in 50s
fix: config saving and config loading
2026-05-06 15:18:51 -04:00

11 lines
266 B
Python

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