From 058bf1bf9600120fc06e69b93fc3e705973e4dc6 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 6 May 2022 10:15:14 +0000 Subject: [PATCH] Bump version v22.04.0 -> v22.05.0 --- aiidalab_qe/version.py | 2 +- setup.cfg | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aiidalab_qe/version.py b/aiidalab_qe/version.py index f4ae000f7..3b1913869 100644 --- a/aiidalab_qe/version.py +++ b/aiidalab_qe/version.py @@ -3,4 +3,4 @@ """This module contains project version information.""" -__version__ = "v22.04.0" +__version__ = "v22.05.0" diff --git a/setup.cfg b/setup.cfg index ad96883b6..d1626f951 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 22.4.0 +version = 22.5.0 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -27,7 +27,7 @@ install_requires = Jinja2~=2.11.3 aiida-core~=1.0 aiida-quantumespresso~=3.5 - aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v22.04.0/aiidalab_qe_workchain-1.0-py3-none-any.whl + aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v22.05.0/aiidalab_qe_workchain-1.0-py3-none-any.whl aiidalab-widgets-base~=1.3.3 filelock~=3.3.0 importlib-resources~=5.2.2 @@ -51,7 +51,7 @@ ignore = E203 # Whitespace before ':', preferred formatting for black. [bumpver] -current_version = "v22.04.0" +current_version = "v22.05.0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True