Coverage for gco/_version.py: 100.00%
1 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-30 21:22 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-30 21:22 +0000
1"""Single source of truth for GCO version.
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"""
9__version__ = "5.3.1"