From cd31c6a2269885fa83fa44a708092c124d986ff3 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Thu, 2 May 2024 10:08:44 +0000 Subject: [PATCH] Bump version v24.04.0rc2 -> v24.04.0rc3 --- docs/source/conf.py | 2 +- setup.cfg | 4 ++-- src/aiidalab_qe/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5258480c7..b8b0c2a6d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- -version = "v24.04.0rc2" +version = "v24.04.0rc3" release = f"{version}-dev" project = "Quantum ESPRESSO App" copyright_first_year = "2023" diff --git a/setup.cfg b/setup.cfg index 8e14eba75..bfa35c4cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 24.4.0rc2 +version = 24.4.0rc3 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -66,7 +66,7 @@ categories = quantum [bumpver] -current_version = "v24.04.0rc2" +current_version = "v24.04.0rc3" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True diff --git a/src/aiidalab_qe/version.py b/src/aiidalab_qe/version.py index 6330e477a..7b3b3c543 100644 --- a/src/aiidalab_qe/version.py +++ b/src/aiidalab_qe/version.py @@ -3,4 +3,4 @@ """This module contains project version information for both the app and the workflow.""" -__version__ = "v24.04.0rc2" +__version__ = "v24.04.0rc3"