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 47b1dac commit d5c39f0Copy full SHA for d5c39f0
ansys/dpf/post/_version.py
@@ -1,6 +1,6 @@
1
"""Version for ansys-dpf-post"""
2
# major, minor, patch
3
-version_info = 0, 2, 0
+version_info = 0, 2, 1
4
5
# Nice string for the version
6
__version__ = ".".join(map(str, version_info))
0 commit comments