From 0648b7c3312d7f95f25e89a8cd1967959fb4ed64 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 3 Oct 2022 18:31:41 +0200 Subject: [PATCH] Bump version 0.6.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 e0cd15c8c..3e1e73c33 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.6.0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))