supsrc 2025-09-05
Added VERSION file and dynamic version module
5 files · 78+ · 12-

Version management infrastructure

5 files changed
  • VERSION Single-source-of-truth version file at project root
  • _version.py Dynamic version loading, parsing, and comparison utilities (53 lines)
  • __init__.py Updated to expose version information
  • pyproject.toml Improved build configuration and version handling
  • protocols.py Minor protocol definition cleanup
  • Added VERSION file at project root for single-source-of-truth versioning baseline internal
    1 file
    • VERSION
  • Created src/supsrc/_version.py (53 lines) with dynamic version loading, parsing, and comparison utilities baseline behavioral
    1 file
    • _version.py
  • Updated init.py to expose version information and pyproject.toml with improved version handling baseline internal
    2 files
    • __init__.py
    • pyproject.toml