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 b0685a9 commit b34f71bCopy full SHA for b34f71b
ansys/dpf/core/_version.py
@@ -1,6 +1,6 @@
1
"""Version for ansys-dpf-core"""
2
# major, minor, patch
3
-version_info = 0, 5, "dev2"
+version_info = 0, 5, "2b1"
4
# Nice string for the version
5
__version__ = ".".join(map(str, version_info))
6
__ansys_version__ = "222"
0 commit comments