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