We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8322d commit aba0bdbCopy full SHA for aba0bdb
aiidalab_widgets_base/__init__.py
@@ -116,4 +116,4 @@ def is_running_in_jupyter():
116
"viewer",
117
]
118
119
-__version__ = "2.1.0b1"
+__version__ = "2.1.0rc0"
setup.cfg
@@ -78,7 +78,7 @@ exclude =
78
docs/source/conf.py
79
80
[bumpver]
81
-current_version = "v2.1.0b1"
+current_version = "v2.1.0rc0"
82
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
83
commit_message = "Bump version {old_version} -> {new_version}"
84
commit = True
0 commit comments