We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77ba92 commit 7c9a3efCopy full SHA for 7c9a3ef
aiidalab_widgets_base/__init__.py
@@ -117,4 +117,4 @@ def is_running_in_jupyter():
117
"viewer",
118
]
119
120
-__version__ = "2.2.1"
+__version__ = "2.2.2"
setup.cfg
@@ -68,7 +68,7 @@ docs =
68
myst-nb
69
70
[bumpver]
71
-current_version = "v2.2.1"
+current_version = "v2.2.2"
72
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
73
commit_message = "Bump version {old_version} -> {new_version}"
74
commit = True
0 commit comments