From 1d3d9cd75c1bb449d476d15597bfaec20fed86c3 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Garrido Date: Wed, 7 Dec 2022 08:38:19 +0100 Subject: [PATCH] BUMP: version 0.8.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 71b887ee9..3fbcb8dd2 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -4,7 +4,7 @@ from ansys_sphinx_theme.latex import generate_404 # noqa: F401 -__version__ = "0.8.dev0" +__version__ = "0.8.0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))