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