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 37be522 commit 198e884Copy full SHA for 198e884
aiida_sssp_workflow/version.py
@@ -3,4 +3,4 @@
3
4
"""This module contains project version information."""
5
6
-__version__ = "3.0.3"
+__version__ = "4.0.0"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aiida_sssp_workflow
-version = 3.0.3
+version = 4.0.0
description = Package for the AiiDA SSSP workflow
long_description = file: README.md
long_description_content_type = text/markdown
@@ -67,7 +67,7 @@ ignore =
67
E203 # Whitespace before ':', preferred formatting for black.
68
69
[bumpver]
70
-current_version = "3.0.3"
+current_version = "4.0.0"
71
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
72
commit_message = "Bump version {old_version} -> {new_version}"
73
commit = True
0 commit comments