1"""
2    sphinxcontrib.devhelp.version
3    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5    :copyright: Copyright 2007-2019 by the Sphinx team, see README.
6    :license: BSD, see LICENSE for details.
7"""
8
9__version__ = '1.0.2'
10__version_info__ = tuple(map(int, __version__.split('.')))
11