Skip to content

Commit 91468ba

Browse files
committed
Bump version v2.0.2 -> v2.1.0a0
1 parent 8d8dad5 commit 91468ba

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

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.0.1"
76+
current_version = "v2.1.0a0"
7777
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "Bump version {old_version} -> {new_version}"
7979
commit = True

0 commit comments

Comments
 (0)