diff --git a/src/ansys/aedt/core/__init__.py b/src/ansys/aedt/core/__init__.py index 7aae035fbb9..e0c8111cb18 100644 --- a/src/ansys/aedt/core/__init__.py +++ b/src/ansys/aedt/core/__init__.py @@ -71,7 +71,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.13.dev0" +__version__ = "0.14.dev0" version = __version__ # isort: off