_version.py 411 B

12345678910111213141516
  1. # file generated by setuptools_scm
  2. # don't change, don't track in version control
  3. TYPE_CHECKING = False
  4. if TYPE_CHECKING:
  5. from typing import Tuple, Union
  6. VERSION_TUPLE = Tuple[Union[int, str], ...]
  7. else:
  8. VERSION_TUPLE = object
  9. version: str
  10. __version__: str
  11. __version_tuple__: VERSION_TUPLE
  12. version_tuple: VERSION_TUPLE
  13. __version__ = version = '3.8.2'
  14. __version_tuple__ = version_tuple = (3, 8, 2)