Coverage for gco / _version.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-30 21:47 +0000

1"""Single source of truth for GCO version. 

2 

3The authoritative value lives in the top-level ``VERSION`` file so that 

4non-Python tooling (shell scripts, Dockerfiles, docs, release workflows) 

5can read it without importing Python. ``__version__`` below mirrors that 

6file; ``scripts/bump_version.py`` keeps the two in sync. 

7""" 

8 

9__version__ = "0.6.0"