We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dc4e8 commit ad6f4afCopy full SHA for ad6f4af
aiida_sssp_workflow/version.py
@@ -3,4 +3,4 @@
3
4
"""This module contains project version information."""
5
6
-__version__ = "v22.03.1b1"
+__version__ = "v22.03.1post0"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aiida_sssp_workflow
-version = 22.3.1b1
+version = 22.3.1post0
description = Package for the AiiDA SSSP workflow
long_description = file: README.md
long_description_content_type = text/markdown
@@ -65,7 +65,7 @@ ignore =
65
E203 # Whitespace before ':', preferred formatting for black.
66
67
[bumpver]
68
-current_version = "v22.03.1b1"
+current_version = "v22.03.1post0"
69
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
70
commit_message = "Bump version {old_version} -> {new_version}"
71
commit = True
0 commit comments