We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfab16c commit 838ba2cCopy full SHA for 838ba2c
ansys/dpf/core/_version.py
@@ -1,6 +1,6 @@
1
"""Version for ansys-dpf-core"""
2
# major, minor, patch
3
-version_info = 0, 6, 3, 'dev0'
+version_info = 0, 7, 1, 'dev0'
4
5
# Nice string for the version
6
__version__ = ".".join(map(str, version_info))
0 commit comments