usse/scrape/venv/lib/python3.10/site-packages/sphinxcontrib/jsmath/version.py

12 lines
293 B
Python
Raw Normal View History

2023-12-22 14:26:01 +00:00
# -*- coding: utf-8 -*-
"""
sphinxcontrib.jsmath.version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
:license: BSD, see LICENSE for details.
"""
__version__ = '1.0.1'
__version_info__ = tuple(map(int, __version__.split('.')))