bump version
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
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
This commit is contained in:
parent
08de17e6ba
commit
b088a28291
1 changed files with 9 additions and 19 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# file generated by setuptools-scm
|
# file generated by vcs-versioning
|
||||||
# don't change, don't track in version control
|
# don't change, don't track in version control
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|
@ -10,25 +11,14 @@ __all__ = [
|
||||||
"commit_id",
|
"commit_id",
|
||||||
]
|
]
|
||||||
|
|
||||||
TYPE_CHECKING = False
|
|
||||||
if TYPE_CHECKING:
|
|
||||||
from typing import Tuple
|
|
||||||
from typing import Union
|
|
||||||
|
|
||||||
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
||||||
COMMIT_ID = Union[str, None]
|
|
||||||
else:
|
|
||||||
VERSION_TUPLE = object
|
|
||||||
COMMIT_ID = object
|
|
||||||
|
|
||||||
version: str
|
version: str
|
||||||
__version__: str
|
__version__: str
|
||||||
__version_tuple__: VERSION_TUPLE
|
__version_tuple__: tuple[int | str, ...]
|
||||||
version_tuple: VERSION_TUPLE
|
version_tuple: tuple[int | str, ...]
|
||||||
commit_id: COMMIT_ID
|
commit_id: str | None
|
||||||
__commit_id__: COMMIT_ID
|
__commit_id__: str | None
|
||||||
|
|
||||||
__version__ = version = '0.2.4.dev14+g602324f84.d20251202'
|
__version__ = version = '0.3.1.dev0+g08de17e6b.d20260507'
|
||||||
__version_tuple__ = version_tuple = (0, 2, 4, 'dev14', 'g602324f84.d20251202')
|
__version_tuple__ = version_tuple = (0, 3, 1, 'dev0', 'g08de17e6b.d20260507')
|
||||||
|
|
||||||
__commit_id__ = commit_id = 'g602324f84'
|
__commit_id__ = commit_id = 'g08de17e6b'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue