diff --git a/sphinx_book_theme/__init__.py b/sphinx_book_theme/__init__.py index ee27bb5d..cad7fc40 100644 --- a/sphinx_book_theme/__init__.py +++ b/sphinx_book_theme/__init__.py @@ -9,7 +9,7 @@ from .launch import update_thebelab_context, init_thebelab_core, add_hub_urls -__version__ = "0.0.6dev0" +__version__ = "0.0.6" SPHINX_LOGGER = logging.getLogger(__name__)