We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124bd42 commit bb4c434Copy full SHA for bb4c434
src/ansys/aedt/core/__init__.py
@@ -71,7 +71,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
71
#
72
73
pyaedt_path = os.path.dirname(__file__)
74
-__version__ = "0.13.1"
+__version__ = "0.13.2"
75
version = __version__
76
77
# isort: off
0 commit comments