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 c97a25f commit 6ce5b6cCopy full SHA for 6ce5b6c
aiidalab_widgets_base/__init__.py
@@ -117,4 +117,4 @@ def is_running_in_jupyter():
117
"viewer",
118
]
119
120
-__version__ = "2.3.0a0"
+__version__ = "2.3.0a1"
setup.cfg
@@ -65,7 +65,7 @@ docs =
65
myst-nb~=1.1
66
67
[bumpver]
68
-current_version = "v2.3.0a0"
+current_version = "v2.3.0a1"
69
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
70
commit_message = "Bump version {old_version} -> {new_version}"
71
commit = True
0 commit comments