Skip to content

Commit 6bf69c1

Browse files
committed
Bump version 4.2.1 -> 4.2.2
1 parent fc242c7 commit 6bf69c1

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__ = "4.2.1"
6+
__version__ = "4.2.2"

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 = 4.2.1
3+
version = 4.2.2
44
description = Package for the AiiDA SSSP workflow
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -68,7 +68,7 @@ ignore =
6868
E203 # Whitespace before ':', preferred formatting for black.
6969

7070
[bumpver]
71-
current_version = "4.2.1"
71+
current_version = "4.2.2"
7272
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7373
commit_message = "Bump version {old_version} -> {new_version}"
7474
commit = True

0 commit comments

Comments
 (0)