diff --git a/setup.py b/setup.py index 7c58a29..f8ebdf9 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ with open("README.rst", "r") as fh: setup( name="sphinx_nervproject_theme", - version="1.0.1", - url="https://procrastinator.nerv-project.eu/communication/sphinx_nervproject_theme", + version="1.0.2", + url="https://procrastinator.nerv-project.eu/nerv-project/communication/sphinx_nervproject_theme", license="EUPL 1.2", author="Kujiu", author_email="kujiu-pypi@kujiu.org", diff --git a/sphinx_nervproject_theme/__init__.py b/sphinx_nervproject_theme/__init__.py index 8acbd2a..603858d 100644 --- a/sphinx_nervproject_theme/__init__.py +++ b/sphinx_nervproject_theme/__init__.py @@ -5,7 +5,7 @@ from sphinx.environment.collectors import EnvironmentCollector from sphinx import addnodes from sphinx.util.osutil import relative_uri -__version__ = (1, 0, 1) +__version__ = (1, 0, 2) class SimpleTocTreeCollector(EnvironmentCollector):