From 88cd4c695af87d70e485b64c59471f1a6b269c57 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 4 Oct 2022 09:59:04 +0200 Subject: [PATCH] Bump 0.7.dev0 version --- 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 e0cd15c8c..6025c1cda 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.6.dev0" +__version__ = "0.7.dev0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))