Skip to content

Commit d926767

Browse files
committed
Bump version v2.3.0a1 -> v2.3.0a2
1 parent 73df986 commit d926767

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
@@ -129,4 +129,4 @@ def is_running_in_jupyter():
129129
"viewer",
130130
]
131131

132-
__version__ = "2.3.0a1"
132+
__version__ = "2.3.0a2"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docs =
6969
aiidalab_widgets_base.static.styles = *.css
7070

7171
[bumpver]
72-
current_version = "v2.3.0a1"
72+
current_version = "v2.3.0a2"
7373
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7474
commit_message = "Bump version {old_version} -> {new_version}"
7575
commit = True

0 commit comments

Comments
 (0)