Skip to content

Commit

Permalink
update version to 0.3.5
Browse files Browse the repository at this point in the history
cbellot000 committed Feb 3, 2022
1 parent ea0e5ed commit 9b722f4
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, 3, "dev0"
version_info = 0, 3, 5

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

0 comments on commit 9b722f4

Please sign in to comment.