Skip to content

Commit

Permalink
Bump to 0.6.3.dev0 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Oct 27, 2022
1 parent 0ded3b4 commit 2b4a35e
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, 2, 'dev0'
version_info = 0, 6, 3, 'dev0'

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

0 comments on commit 2b4a35e

Please sign in to comment.