From f44b2325eb3545f13f74f95f5f61191ee8ec42b1 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 26 Oct 2022 10:39:49 +0200 Subject: [PATCH] Bump version 0.7.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 6025c1cda..2658eb72e 100644 --- a/src/ansys_sphinx_theme/__init__.py +++ b/src/ansys_sphinx_theme/__init__.py @@ -2,7 +2,7 @@ import os from pathlib import Path -__version__ = "0.7.dev0" +__version__ = "0.7.0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))