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 9dfb8c2 commit c63dab4Copy full SHA for c63dab4
src/ansys/fluent/core/_version.py
@@ -6,7 +6,7 @@
6
"""
7
8
# major, minor, patch
9
-version_info = 0, 12, 0
+version_info = 0, 12, 1
10
11
# Nice string for the version
12
__version__ = ".".join(map(str, version_info))
0 commit comments