File: version.py

package info (click to toggle)
sphinxcontrib-jsmath 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: python: 182; makefile: 50; sh: 8
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# -*- 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('.')))