Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Oct 19, 2022
1 parent 4f29392 commit 0fd2298
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, 6, 1, 'dev0'
version_info = 0, 6, 1

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

0 comments on commit 0fd2298

Please sign in to comment.