Skip to content

Commit b34f71b

Browse files
committed
update package version to 0.5.2b1
1 parent b0685a9 commit b34f71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/dpf/core/_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-core"""
22
# major, minor, patch
3-
version_info = 0, 5, "dev2"
3+
version_info = 0, 5, "2b1"
44
# Nice string for the version
55
__version__ = ".".join(map(str, version_info))
66
__ansys_version__ = "222"

0 commit comments

Comments
 (0)