Skip to content

Commit

Permalink
Bump version v21.11.0 -> v22.01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jan 25, 2022
1 parent aca105a commit e218369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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__ = "v21.11.0"
__version__ = "v22.01.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aiidalab_qe
version = 21.11.0
version = 22.1.0
description = Package for the AiiDAlab QE app
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -51,7 +51,7 @@ ignore =
E203 # Whitespace before ':', preferred formatting for black.

[bumpver]
current_version = "v21.11.0"
current_version = "v22.01.0"
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit e218369

Please sign in to comment.