Skip to content

Commit 198e884

Browse files
committed
Bump version 3.0.3 -> 4.0.0
1 parent 37be522 commit 198e884

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__ = "3.0.3"
6+
__version__ = "4.0.0"

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

6969
[bumpver]
70-
current_version = "3.0.3"
70+
current_version = "4.0.0"
7171
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7272
commit_message = "Bump version {old_version} -> {new_version}"
7373
commit = True

0 commit comments

Comments
 (0)