File: version.py

package info (click to toggle)
pytest-astropy 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 156 kB
  • sloc: python: 40; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
# 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 = '0.11.0'  # type: str
__version_tuple__ = version_tuple = (0, 11, 0)  # type: Tuple[int | str, ...]