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 06eff33 commit e2c84b8Copy full SHA for e2c84b8
pyansys/_version.py
@@ -1,5 +1,5 @@
1
# major, minor, patch
2
-version_info = 0, 42, 0
+version_info = 0, 42, 1
3
4
# Nice string for the version
5
__version__ = '.'.join(map(str, version_info))
0 commit comments