Skip to content

Commit

Permalink
Bump version v2.1.0 -> v2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Feb 4, 2025
1 parent 4cab852 commit c6b973e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_cp2k/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
###############################################################################
"""The official AiiDA plugin for CP2K."""

__version__ = "2.1.0"
__version__ = "2.1.1"

# EOF
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ filterwarnings = [
]

[tool.bumpver]
current_version = "v2.1.0"
current_version = "v2.1.1"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}."
commit = true
Expand Down

0 comments on commit c6b973e

Please sign in to comment.