diff --git a/docs/source/conf.py b/docs/source/conf.py index e4613eaaf..04845b682 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ # -- Project information ----------------------------------------------------- -version = "v24.10.0a5" +version = "v24.10.0a6" release = f"{version}-dev" project = "Quantum ESPRESSO App" copyright_first_year = "2023" diff --git a/setup.cfg b/setup.cfg index 9fc6c0de6..f6c5d894e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 24.10.0a5 +version = 24.10.0a6 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -76,7 +76,7 @@ categories = quantum [bumpver] -current_version = "v24.10.0a5" +current_version = "v24.10.0a6" 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 e129fb0f0..b73b302d4 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.0a5" +__version__ = "v24.10.0a6"