Skip to content

Commit d5c39f0

Browse files
committed
release a new version of dpf post to support ansys.dpf.core >= 0.3.0
1 parent 47b1dac commit d5c39f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/dpf/post/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version for ansys-dpf-post"""
22
# major, minor, patch
3-
version_info = 0, 2, 0
3+
version_info = 0, 2, 1
44

55
# Nice string for the version
66
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)