From bc28b1ec9ccf3cf9d0b63ddd4d4f89bec29c63e2 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Wed, 20 Nov 2024 12:40:31 +0100 Subject: [PATCH] Bump version v24.10.0a3 -> v24.10.0a4 --- 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 49ec3f654..f9a182b26 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ # -- Project information ----------------------------------------------------- -version = "v24.10.0a3" +version = "v24.10.0a4" release = f"{version}-dev" project = "Quantum ESPRESSO App" copyright_first_year = "2023" diff --git a/setup.cfg b/setup.cfg index 0c68fb705..fdeb8f061 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 24.10.0a3 +version = 24.10.0a4 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -71,7 +71,7 @@ categories = quantum [bumpver] -current_version = "v24.10.0a3" +current_version = "v24.10.0a4" 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 0207c7e47..f62c47a09 100644 --- a/src/aiidalab_qe/version.py +++ b/src/aiidalab_qe/version.py @@ -2,4 +2,4 @@ """This module contains project version information for both the app and the workflow.""" -__version__ = "v24.10.0a3" +__version__ = "v24.10.0a4"