We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbf570 commit 616ef86Copy full SHA for 616ef86
aiidalab_widgets_base/__init__.py
@@ -76,4 +76,4 @@
76
"viewer",
77
]
78
79
-__version__ = "2.0.0b5"
+__version__ = "2.0.0b6"
setup.cfg
@@ -74,7 +74,7 @@ exclude =
74
docs/source/conf.py
75
[bumpver]
-current_version = "v2.0.0b5"
+current_version = "v2.0.0b6"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
80
commit = True
0 commit comments