Skip to content

Commit

Permalink
Bump version v22.09.1 -> v22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 1, 2022
1 parent 60fa5e7 commit d608f3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aiidalab_qe/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""This module contains project version information."""

__version__ = "v22.09.1"
__version__ = "v22.11.0"
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiidalab_qe
version = 22.9.1
version = 22.11.0
description = Package for the AiiDAlab QE app
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -25,7 +25,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.09.1/aiidalab_qe_workchain-22.9.1-py3-none-any.whl
aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v22.11.0/aiidalab_qe_workchain-22.11.0-py3-none-any.whl
aiidalab-widgets-base~=1.4.1
filelock~=3.3.0
importlib-resources~=5.2.2
Expand Down Expand Up @@ -53,7 +53,7 @@ ignore =
E203 # Whitespace before ':', preferred formatting for black.

[bumpver]
current_version = "v22.09.1"
current_version = "v22.11.0"
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down
2 changes: 1 addition & 1 deletion src/aiidalab_qe_workchain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@ def on_terminated(self):
)


__version__ = "22.9.1"
__version__ = "22.11.0"

0 comments on commit d608f3a

Please sign in to comment.