From 1920358122af15188cff8f3761dace236690f8ce Mon Sep 17 00:00:00 2001 From: Ravi Kumar Pilla Date: Tue, 14 Jan 2025 10:45:10 -0600 Subject: [PATCH] bump release version (#20) --- src/kedro_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kedro_sphinx_theme/__init__.py b/src/kedro_sphinx_theme/__init__.py index a5043ef..efac0dd 100644 --- a/src/kedro_sphinx_theme/__init__.py +++ b/src/kedro_sphinx_theme/__init__.py @@ -7,7 +7,7 @@ from sphinx.application import Sphinx -__version__ = "2024.10.2" +__version__ = "2024.10.3" THEME_PATH = (Path(__file__).parent / "theme" / "kedro-sphinx-theme").resolve()