We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8dad5 commit 91468baCopy full SHA for 91468ba
aiidalab_widgets_base/__init__.py
@@ -116,4 +116,4 @@ def is_running_in_jupyter():
116
"viewer",
117
]
118
119
-__version__ = "2.0.1"
+__version__ = "2.1.0a0"
setup.cfg
@@ -73,7 +73,7 @@ exclude =
73
docs/source/conf.py
74
75
[bumpver]
76
-current_version = "v2.0.1"
+current_version = "v2.1.0a0"
77
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
78
commit_message = "Bump version {old_version} -> {new_version}"
79
commit = True
0 commit comments