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 78537ad commit a3925e3Copy full SHA for a3925e3
aiida_sssp_workflow/version.py
@@ -3,4 +3,4 @@
3
4
"""This module contains project version information."""
5
6
-__version__ = "v22.03.0b3"
+__version__ = "v22.03.1b0"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aiida_sssp_workflow
-version = 22.3.0b3
+version = 22.3.1b0
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.0b3"
+current_version = "v22.03.1b0"
69
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
70
commit_message = "Bump version {old_version} -> {new_version}"
71
commit = True
0 commit comments