diff --git a/src/ansys/aedt/core/__init__.py b/src/ansys/aedt/core/__init__.py index c528f70a4e3..b1695113eb7 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.1" +__version__ = "0.13.2" version = __version__ # isort: off