From 26b1193fe3a253ebfd7e49a5c03ea3a6b12f76a9 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sat, 12 Mar 2022 00:28:21 +0000 Subject: [PATCH] Bump version v22.03.1b0 -> v22.03.2 --- 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 df6a910..d210dc5 100644 --- a/aiidalab_sssp/version.py +++ b/aiidalab_sssp/version.py @@ -3,4 +3,4 @@ """This module contains project version information.""" -__version__ = "v22.03.1b0" +__version__ = "v22.03.2" diff --git a/setup.cfg b/setup.cfg index 76b2d28..6db129f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_sssp -version = 22.3.1b0 +version = 22.3.2 description = AiiDAlab app to run pseudopotential verification long_description = file: README.md long_description_content_type = text/markdown @@ -49,7 +49,7 @@ ignore = E203 # Whitespace before ':', preferred formatting for black. [bumpver] -current_version = "v22.03.1b0" +current_version = "v22.03.2" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True