Coverage for / opt / hostedtoolcache / Python / 3.10.20 / x64 / lib / python3.10 / site-packages / equine / _version.py: 100%
11 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-18 17:16 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-18 17:16 +0000
1# file generated by vcs-versioning
2# don't change, don't track in version control
3from __future__ import annotations
5__all__ = [
6 "__version__",
7 "__version_tuple__",
8 "version",
9 "version_tuple",
10 "__commit_id__",
11 "commit_id",
12]
14version: str
15__version__: str
16__version_tuple__: tuple[int | str, ...]
17version_tuple: tuple[int | str, ...]
18commit_id: str | None
19__commit_id__: str | None
21__version__ = version = '0.1.8.dev3+g55d6efcd9'
22__version_tuple__ = version_tuple = (0, 1, 8, 'dev3', 'g55d6efcd9')
24__commit_id__ = commit_id = 'g55d6efcd9'