microproduct/dem-sentiral/Dem-C-SAR-V2.2/ISCEApp/site-packages/sphinxcontrib/applehelp/version.py

11 lines
275 B
Python
Raw Normal View History

2024-02-01 06:24:55 +00:00
"""
sphinxcontrib.applehelp.version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
:license: BSD, see LICENSE for details.
"""
__version__ = '1.0.2'
__version_info__ = tuple(map(int, __version__.split('.')))