From e509b953d2545f0d709a96f90e4db66e29569667 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 22 Feb 2023 14:39:19 +0100 Subject: [PATCH] Bump version 0.9.0 --- src/ansys_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys_sphinx_theme/__init__.py b/src/ansys_sphinx_theme/__init__.py index 1c8d2ccc..e454101e 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -6,7 +6,7 @@ from ansys_sphinx_theme.latex import generate_404 # noqa: F401 -__version__ = "0.9.dev0" +__version__ = "0.9.0" # Declare the fundamental paths of the theme