diff --git a/src/ansys_sphinx_theme/__init__.py b/src/ansys_sphinx_theme/__init__.py index 6025c1cd..66fb1828 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.8.dev0" # get location of this directory _this_path = os.path.dirname(os.path.realpath(__file__))