diff --git a/aiidalab_qe/version.py b/aiidalab_qe/version.py index a6d01d869..8dcbcb4dc 100644 --- a/aiidalab_qe/version.py +++ b/aiidalab_qe/version.py @@ -3,4 +3,4 @@ """This module contains project version information.""" -__version__ = "v22.12.1" +__version__ = "v23.01.0b0" diff --git a/setup.cfg b/setup.cfg index 82d24db26..78f850a25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe -version = 22.12.1 +version = 23.1.0b0 description = Package for the AiiDAlab QE app long_description = file: README.md long_description_content_type = text/markdown @@ -25,7 +25,7 @@ install_requires = Jinja2~=3.0 aiida-core>=2.1,<3 aiida-quantumespresso~=4.1 - aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v22.12.1/aiidalab_qe_workchain-22.12.1-py3-none-any.whl + aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v23.01.0b0/aiidalab_qe_workchain-23.1.0b0-py3-none-any.whl aiidalab-widgets-base==2.0.0b1 filelock~=3.8 importlib-resources~=5.2.2 @@ -54,7 +54,7 @@ ignore = E203 [bumpver] -current_version = "v22.12.1" +current_version = "v23.01.0b0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True diff --git a/src/aiidalab_qe_workchain/__init__.py b/src/aiidalab_qe_workchain/__init__.py index 503bcbc38..951a1bc2e 100644 --- a/src/aiidalab_qe_workchain/__init__.py +++ b/src/aiidalab_qe_workchain/__init__.py @@ -392,4 +392,4 @@ def on_terminated(self): ) -__version__ = "22.12.1" +__version__ = "23.1.0b0" diff --git a/src/setup.cfg b/src/setup.cfg index cca33ac0d..2668f8605 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiidalab_qe_workchain -version = 22.12.1 +version = 23.1.0b0 description = Package for the AiiDAlab QE app workchain long_description = file: README.md long_description_content_type = text/markdown