diff --git a/sphinx_external_toc/__init__.py b/sphinx_external_toc/__init__.py index 03f585b..6bcffd4 100644 --- a/sphinx_external_toc/__init__.py +++ b/sphinx_external_toc/__init__.py @@ -1,6 +1,6 @@ """A sphinx extension that allows the project toctree to be defined in a single file.""" -__version__ = "1.0.0" +__version__ = "1.0.1" from typing import TYPE_CHECKING