Skip to content

Commit

Permalink
Bump version v23.04.4 -> v23.04.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jul 18, 2023
1 parent eaba647 commit 1b94fcb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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__ = "v23.04.4"
__version__ = "v23.04.5"
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 = 23.4.4
version = 23.4.5
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 =
aiida-core~=2.3.0,<3
Jinja2~=3.0
aiida-quantumespresso~=4.2.0
aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v23.04.4/aiidalab_qe_workchain-23.4.4-py3-none-any.whl
aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v23.04.5/aiidalab_qe_workchain-23.4.5-py3-none-any.whl
aiidalab-widgets-base~=2.0
filelock~=3.8
importlib-resources~=5.2
Expand Down Expand Up @@ -54,7 +54,7 @@ ignore =
E203

[bumpver]
current_version = "v23.04.4"
current_version = "v23.04.5"
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 @@ -392,4 +392,4 @@ def on_terminated(self):
)


__version__ = "23.4.4"
__version__ = "23.4.5"
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiidalab_qe_workchain
version = 23.4.4
version = 23.4.5
description = Package for the AiiDAlab QE app workchain
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1b94fcb

Please sign in to comment.