From 3d6b0524db09b7111207b13a5490d7e9de3b202a Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Thu, 27 Jul 2023 12:02:49 +0200 Subject: [PATCH] VER: bump version 0.10.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 aa171d5de..fa24bba8b 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -7,7 +7,7 @@ from ansys_sphinx_theme.latex import generate_404 # noqa: F401 -__version__ = "0.10.dev0" +__version__ = "0.10.0" # Declare the fundamental paths of the theme