Source code for km3io.version

# file generated by setuptools_scm
# don't change, don't track in version control
[docs] TYPE_CHECKING = False
if TYPE_CHECKING: from typing import Tuple, Union
[docs] VERSION_TUPLE = Tuple[Union[int, str], ...]
else: VERSION_TUPLE = object
[docs] version: str
__version__: str __version_tuple__: VERSION_TUPLE
[docs] version_tuple: VERSION_TUPLE
__version__ = version = '1.1.0' __version_tuple__ = version_tuple = (1, 1, 0)