We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c835638 commit 681cf8aCopy full SHA for 681cf8a
src/ansys/aedt/core/__init__.py
@@ -64,7 +64,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
64
#
65
66
pyaedt_path = os.path.dirname(__file__)
67
-__version__ = "0.11.7"
+__version__ = "0.12.0"
68
version = __version__
69
70
# isort: off
0 commit comments