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