Skip to content

Commit aba0bdb

Browse files
committed
Bump version v2.1.0b1 -> v2.1.0rc0
1 parent ca8322d commit aba0bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiidalab_widgets_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ def is_running_in_jupyter():
116116
"viewer",
117117
]
118118

119-
__version__ = "2.1.0b1"
119+
__version__ = "2.1.0rc0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exclude =
7878
docs/source/conf.py
7979

8080
[bumpver]
81-
current_version = "v2.1.0b1"
81+
current_version = "v2.1.0rc0"
8282
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
8383
commit_message = "Bump version {old_version} -> {new_version}"
8484
commit = True

0 commit comments

Comments
 (0)