Skip to content

Commit 24f70b4

Browse files
committed
fix: correct version to 0.60.0 in version.py
Version.py was not updated with pyproject.toml, causing release.sh to create the wrong tag.
1 parent 67c6b44 commit 24f70b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ragix_core/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
# RAGIX Version - Single Source of Truth
1212
# =============================================================================
1313

14-
__version__ = "0.58.0"
14+
__version__ = "0.60.0"
1515

1616
# Semantic versioning components
1717
VERSION_MAJOR = 0
18-
VERSION_MINOR = 58
18+
VERSION_MINOR = 60
1919
VERSION_PATCH = 0
2020
VERSION_SUFFIX = "" # e.g., "alpha", "beta", "rc1", ""
2121

2222
# Build metadata
23-
BUILD_DATE = "2025-12-12" # v0.58.0 - Partitioner UI polish: search filter, accordion pagination, config panel toggle
23+
BUILD_DATE = "2025-12-14" # v0.60.0 - MCP Enhancement, KOAS Parallel Execution & System Tools
2424
BUILD_AUTHOR = "Olivier Vitrac, PhD, HDR"
2525
BUILD_EMAIL = "olivier.vitrac@adservio.fr"
2626
BUILD_ORG = "Adservio"

0 commit comments

Comments
 (0)