diff --git a/src/sphinx_book_theme/__init__.py b/src/sphinx_book_theme/__init__.py index ceb29138..8e7d026b 100644 --- a/src/sphinx_book_theme/__init__.py +++ b/src/sphinx_book_theme/__init__.py @@ -22,7 +22,7 @@ from .header_buttons.source import add_source_buttons from ._transforms import HandleFootnoteTransform -__version__ = "1.1.0rc2" +__version__ = "1.1.0rc3" """sphinx-book-theme version""" SPHINX_LOGGER = logging.getLogger(__name__)