microproduct/atmosphericDelay/ISCEApp/site-packages/sphinxcontrib/serializinghtml/version.py

11 lines
287 B
Python
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
"""
sphinxcontrib.serializinghtml.version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
:license: BSD, see LICENSE for details.
"""
__version__ = '1.1.4'
__version_info__ = tuple(map(int, __version__.split('.')))