From 7e14f4c0603798c355caf17aef95a1c6b6ff2a79 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sat, 18 Jun 2022 22:29:57 +0000 Subject: [PATCH] Bump version v22.06.0post1 -> v22.06.1 --- aiidalab_sssp/version.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aiidalab_sssp/version.py b/aiidalab_sssp/version.py index 87fe949..f1a8bc7 100644 --- a/aiidalab_sssp/version.py +++ b/aiidalab_sssp/version.py @@ -3,4 +3,4 @@ """This module contains project version information.""" -__version__ = "v22.06.0post1" +__version__ = "v22.06.1" diff --git a/setup.cfg b/setup.cfg index 9655a19..db33f5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_sssp -version = 22.6.0post1 +version = 22.6.1 description = AiiDAlab app to run pseudopotential verification long_description = file: README.md long_description_content_type = text/markdown @@ -53,7 +53,7 @@ ignore = E203 # Whitespace before ':', preferred formatting for black. [bumpver] -current_version = "v22.06.0post1" +current_version = "v22.06.1" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True