Coverage for texgit / version.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-02-22 02:50 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-02-22 02:50 +0000
1"""An internal file with the version of the `texgit` package."""
2from typing import Final
4#: the version string of `texgit`
5__version__: Final[str] = "0.9.11"