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