From 6468bbc7044987484a4719aa0077df0a5d86d05f Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 18 Dec 2023 17:46:22 +0100 Subject: [PATCH] Bump version v23.10.0rc0 -> v23.10.0rc1 --- 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 8c907a464..7b8a44e7d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- -version = "v23.10.0rc0" +version = "v23.10.0rc1" release = f"{version}-dev" project = "Quantum ESPRESSO App" copyright_first_year = "2023" diff --git a/setup.cfg b/setup.cfg index d3484958e..e59bdf5f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 23.10.0rc0 +version = 23.10.0rc1 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -71,7 +71,7 @@ ignore = E203 [bumpver] -current_version = "v23.10.0rc0" +current_version = "v23.10.0rc1" 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 201ae4c62..329d21e09 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__ = "v23.10.0rc0" +__version__ = "v23.10.0rc1"