Coverage for gco/_version.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-06-15 15:07 +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__ = "2.3.4"