Skip to content

Commit

Permalink
Bump to 0.6.1dev0 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Sep 15, 2022
1 parent 4a17b4d commit 3480544
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, 'dev0'
version_info = 0, 6, '1dev0'

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

0 comments on commit 3480544

Please sign in to comment.