We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0861b83 commit 02d88f1Copy full SHA for 02d88f1
aiidalab_widgets_base/__init__.py
@@ -80,4 +80,4 @@
80
"viewer",
81
]
82
83
-__version__ = "2.0.0b0"
+__version__ = "2.0.0b1"
setup.cfg
@@ -70,7 +70,7 @@ exclude =
70
docs/source/conf.py
71
72
[bumpver]
73
-current_version = "v2.0.0b0"
+current_version = "v2.0.0b1"
74
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
75
commit_message = "Bump version {old_version} -> {new_version}"
76
commit = True
0 commit comments