Coverage for moptipy / version.py: 100%
2 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 08:49 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 08:49 +0000
1"""An internal file with the version of the `moptipy` package."""
2from typing import Final
4#: the version string of `moptipy`
5__version__: Final[str] = "0.9.154"