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

11 lines
269 B
Python
Raw Normal View History

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