versioning: 0.0.9
Build Release EXE / build-windows-exe (release) Successful in 51s

This commit is contained in:
2026-06-09 11:24:33 -04:00
parent 8fac3d2bae
commit cf0693f319
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "traderai"
version = "0.0.8"
version = "0.0.9"
description = "Local Ollama, OpenAI, or Codex assistant for UEX marketplace workflows."
requires-python = ">=3.11"
dependencies = [
@@ -43,3 +43,4 @@ include = ["traderai*"]
+2 -1
View File
@@ -1,6 +1,6 @@
from __future__ import annotations
__version__ = "0.0.8"
__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"
@@ -15,3 +15,4 @@ RELEASES_API_URL = "https://git.hudsonriggs.systems/api/v1/repos/LambdaBankingCo
Generated
+2 -1
View File
@@ -755,7 +755,7 @@ wheels = [
[[package]]
name = "traderai"
version = "0.0.8"
version = "0.0.9"
source = { virtual = "." }
dependencies = [
{ name = "apscheduler" },
@@ -1055,3 +1055,4 @@ wheels = [