Skip to content

Commit

Permalink
Bump version v2.2.0a1 -> v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 30, 2024
1 parent e56bb1e commit 1bba240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiidalab_widgets_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ def is_running_in_jupyter():
"viewer",
]

__version__ = "2.2.0a1"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docs =
myst-nb

[bumpver]
current_version = "v2.2.0a1"
current_version = "v2.2.0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit 1bba240

Please sign in to comment.