From e33347489aa891ff2faf1c750355e45a3729aa78 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sat, 12 Mar 2022 00:12:08 +0000 Subject: [PATCH] Bump version v22.03.0 -> v22.03.1b0 --- 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 f556c6b..df6a910 100644 --- a/aiidalab_sssp/version.py +++ b/aiidalab_sssp/version.py @@ -3,4 +3,4 @@ """This module contains project version information.""" -__version__ = "v22.03.0" +__version__ = "v22.03.1b0" diff --git a/setup.cfg b/setup.cfg index de74ec9..76b2d28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_sssp -version = 22.3.0 +version = 22.3.1b0 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.0" +current_version = "v22.03.1b0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True