Update version

This commit is contained in:
Kujiu 2020-05-27 15:54:04 +02:00
parent c29083ee29
commit 3658095fd4
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ with open("README.rst", "r") as fh:
setup(
name="sphinx_nervproject_theme",
version="1.0",
version="1.0.1",
url="https://procrastinator.nerv-project.eu/communication/sphinx_nervproject_theme",
license="EUPL 1.2",
author="Kujiu",

View File

@ -5,7 +5,7 @@ from sphinx.environment.collectors import EnvironmentCollector
from sphinx import addnodes
from sphinx.util.osutil import relative_uri
__version__ = (0, 4, 0)
__version__ = (1, 0, 1)
class SimpleTocTreeCollector(EnvironmentCollector):