mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
3 lines
86 B
Python
3 lines
86 B
Python
__version_info__ = (1, 6, 0)
|
|
__version__ = ".".join(str(x) for x in __version_info__)
|