From ebdd767088c8a5d31884c013d749f3230c93824e Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Thu, 11 Aug 2022 15:41:47 +0200 Subject: [PATCH] Bump version 0.5.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 e363ef49..d9732733 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.5.dev0" +__version__ = "0.5.0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))