Skip to content

Commit a95a977

Browse files
committed
Merged PR 311200: Build (Python - Windows) : v222 - 0.5.0 package version updated to no dev version
Version gets from 0.5.dev0 to 0.5.0. Indeed, we need to publish a "no dev" package. dpf-python-core related PR: !311201 Related work items: #605110
1 parent 1b4e53c commit a95a977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/dpf/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version for ansys-dpf-core"""
22
# major, minor, patch
3-
version_info = 0, 5, 'dev0'
3+
version_info = 0, 5, 0
44

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

0 commit comments

Comments
 (0)