Files
TraderAI/traderai/version.py
T
HRiggs 00cf6f8747
Build Release EXE / build-windows-exe (release) Successful in 58s
feat: infrance
2026-06-08 20:28:06 -04:00

16 lines
271 B
Python

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