diff --git a/sphinx_book_theme/__init__.py b/sphinx_book_theme/__init__.py index 74fd3df5..b5c3b7bb 100644 --- a/sphinx_book_theme/__init__.py +++ b/sphinx_book_theme/__init__.py @@ -8,7 +8,7 @@ from .launch import update_thebelab_context, init_thebelab_core, add_hub_urls -__version__ = "0.0.19dev0" +__version__ = "0.0.19" SPHINX_LOGGER = logging.getLogger(__name__)