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 f351939 commit 4c567d5Copy full SHA for 4c567d5
aiidalab_widgets_base/__init__.py
@@ -131,4 +131,4 @@ def is_running_in_jupyter():
131
"viewer",
132
]
133
134
-__version__ = "2.3.2"
+__version__ = "2.4.0"
setup.cfg
@@ -69,7 +69,7 @@ docs =
69
aiidalab_widgets_base.static.styles = *.css
70
71
[bumpver]
72
-current_version = "v2.3.2"
+current_version = "v2.4.0"
73
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
74
commit_message = "Bump version {old_version} -> {new_version}"
75
commit = True
0 commit comments