9 lines
274 B
Python
9 lines
274 B
Python
# file generated by setuptools_scm
|
|
# don't change, don't track in version control
|
|
TYPE_CHECKING = False
|
|
if TYPE_CHECKING:
|
|
from typing import Tuple
|
|
|
|
__version__ = version = '2.2.1' # type: str
|
|
__version_tuple__ = version_tuple = (2, 2, 1) # type: Tuple[int | str, ...]
|