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 73df986 commit d926767Copy full SHA for d926767
aiidalab_widgets_base/__init__.py
@@ -129,4 +129,4 @@ def is_running_in_jupyter():
129
"viewer",
130
]
131
132
-__version__ = "2.3.0a1"
+__version__ = "2.3.0a2"
setup.cfg
@@ -69,7 +69,7 @@ docs =
69
aiidalab_widgets_base.static.styles = *.css
70
71
[bumpver]
72
-current_version = "v2.3.0a1"
+current_version = "v2.3.0a2"
73
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
74
commit_message = "Bump version {old_version} -> {new_version}"
75
commit = True
0 commit comments