Skip to content

Commit

Permalink
update package version to 0.5.2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Jul 28, 2022
1 parent b0685a9 commit b34f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version for ansys-dpf-core"""
# major, minor, patch
version_info = 0, 5, "dev2"
version_info = 0, 5, "2b1"
# Nice string for the version
__version__ = ".".join(map(str, version_info))
__ansys_version__ = "222"
Expand Down

0 comments on commit b34f71b

Please sign in to comment.