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