Skip to content

Commit 6ce5b6c

Browse files
committed
Bump version v2.3.0a0 -> v2.3.0a1
1 parent c97a25f commit 6ce5b6c

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
@@ -117,4 +117,4 @@ def is_running_in_jupyter():
117117
"viewer",
118118
]
119119

120-
__version__ = "2.3.0a0"
120+
__version__ = "2.3.0a1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docs =
6565
myst-nb~=1.1
6666

6767
[bumpver]
68-
current_version = "v2.3.0a0"
68+
current_version = "v2.3.0a1"
6969
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7070
commit_message = "Bump version {old_version} -> {new_version}"
7171
commit = True

0 commit comments

Comments
 (0)