We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364445a commit 9022049Copy full SHA for 9022049
src/ansys/aedt/core/__init__.py
@@ -73,7 +73,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
73
#
74
75
pyaedt_path = os.path.dirname(__file__)
76
-__version__ = "0.21.1"
+__version__ = "0.21.2"
77
version = __version__
78
79
# isort: off
0 commit comments