Skip to content

Commit ac96dc6

Browse files
committed
Bump version v2.1.0a0 -> v2.1.0b0
1 parent 1a28fe9 commit ac96dc6

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.0a0"
119+
__version__ = "2.1.0b0"

setup.cfg

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

7575
[bumpver]
76-
current_version = "v2.1.0a0"
76+
current_version = "v2.1.0b0"
7777
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "Bump version {old_version} -> {new_version}"
7979
commit = True

0 commit comments

Comments
 (0)