diff --git a/sphinx_external_toc/__init__.py b/sphinx_external_toc/__init__.py index 2011964..03f585b 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.0rc0" +__version__ = "1.0.0" from typing import TYPE_CHECKING