Skip to content

Commit

Permalink
Merge branch 'master' into improve_node_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 authored Apr 10, 2024
2 parents da4ac23 + 390a0d3 commit 271c0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiidalab_widgets_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ def is_running_in_jupyter():
"viewer",
]

__version__ = "2.2.0a0"
__version__ = "2.2.0a1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docs =
myst-nb

[bumpver]
current_version = "v2.2.0a0"
current_version = "v2.2.0a1"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down

0 comments on commit 271c0c2

Please sign in to comment.