1 Commits

Author SHA1 Message Date
Ryan Malloy
ac3c04e8d1 Add version synchronization script
This script helps keep version numbers in sync between pyproject.toml 
and _version.py. It can check sync status, update _version.py to match 
pyproject.toml, or set both files to a new version.

Usage:
- python sync_version.py              # Check sync status
- python sync_version.py --update     # Update _version.py to match pyproject.toml  
- python sync_version.py --set 1.0.2  # Set both versions to 1.0.2
2025-06-11 17:43:22 -06:00