Some checks failed
Pytest / pytest (3.12) (push) Waiting to run
Pytest / pytest (3.13) (push) Waiting to run
Pytest / pytest (3.14) (push) Waiting to run
Ruff / ruff (push) Waiting to run
Mypy / mypy (pull_request) Waiting to run
Pytest / pytest (3.12) (pull_request) Waiting to run
Pytest / pytest (3.13) (pull_request) Waiting to run
Pytest / pytest (3.14) (pull_request) Waiting to run
Ruff / ruff (pull_request) Waiting to run
Mypy / mypy (push) Has been cancelled
24 lines
586 B
Python
24 lines
586 B
Python
# file generated by vcs-versioning
|
|
# don't change, don't track in version control
|
|
from __future__ import annotations
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
"__version_tuple__",
|
|
"version",
|
|
"version_tuple",
|
|
"__commit_id__",
|
|
"commit_id",
|
|
]
|
|
|
|
version: str
|
|
__version__: str
|
|
__version_tuple__: tuple[int | str, ...]
|
|
version_tuple: tuple[int | str, ...]
|
|
commit_id: str | None
|
|
__commit_id__: str | None
|
|
|
|
__version__ = version = '0.3.1.dev0+g08de17e6b.d20260507'
|
|
__version_tuple__ = version_tuple = (0, 3, 1, 'dev0', 'g08de17e6b.d20260507')
|
|
|
|
__commit_id__ = commit_id = 'g08de17e6b'
|