You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi/_version.py

3 lines
86 B
Python

__version_info__ = (1, 5, 1)
__version__ = ".".join(str(x) for x in __version_info__)