Skip to content

Commit 3545132

Browse files
committed
Bump version v2.2.2 -> v2.2.3
1 parent afc1d35 commit 3545132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiidalab_widgets_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ def is_running_in_jupyter():
117117
"viewer",
118118
]
119119

120-
__version__ = "2.2.2"
120+
__version__ = "2.2.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docs =
6868
myst-nb
6969

7070
[bumpver]
71-
current_version = "v2.2.2"
71+
current_version = "v2.2.3"
7272
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7373
commit_message = "Bump version {old_version} -> {new_version}"
7474
commit = True

0 commit comments

Comments
 (0)