Skip to content

Commit ad6f4af

Browse files
committed
Bump version v22.03.1b1 -> v22.03.1post0
1 parent 35dc4e8 commit ad6f4af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aiida_sssp_workflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""This module contains project version information."""
55

6-
__version__ = "v22.03.1b1"
6+
__version__ = "v22.03.1post0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiida_sssp_workflow
3-
version = 22.3.1b1
3+
version = 22.3.1post0
44
description = Package for the AiiDA SSSP workflow
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -65,7 +65,7 @@ ignore =
6565
E203 # Whitespace before ':', preferred formatting for black.
6666

6767
[bumpver]
68-
current_version = "v22.03.1b1"
68+
current_version = "v22.03.1post0"
6969
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
7070
commit_message = "Bump version {old_version} -> {new_version}"
7171
commit = True

0 commit comments

Comments
 (0)