Skip to content

Commit

Permalink
Publish 0.3.0b0
Browse files Browse the repository at this point in the history
SHA256 hashes:

voila-0.3.0b0-py3-none-any.whl: bd335002261a5748d7f6d6beefcd0b2f3a62bba449e7736d69737abbaff96f58

voila-0.3.0b0.tar.gz: c3f6144d442558ac82c10dda1937cb3ee47bf8d04d59175deff5767dac02f5d9

voila-dashboards-jupyterlab-preview-2.1.0-beta.0.tgz: 8d1d40b3d88b1e8e48f7beee9ba21735c90f6b726985662807dd278ba55f819a
  • Loading branch information
github-actions[bot] committed Oct 28, 2021
1 parent 2080b40 commit 41d4ba9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 0, "alpha", 2
current_version = 0, 3, 0, "beta", 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/jupyterlab-preview",
"version": "2.1.0-alpha.2",
"version": "2.1.0-beta.0",
"description": "A JupyterLab preview extension for Voilà",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/voila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voila-dashboards/voila",
"private": true,
"version": "0.3.0-alpha.2",
"version": "0.3.0-beta.0",
"description": "The Voilà Frontend",
"author": "Voilà contributors",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion voila/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 3, 0, "alpha", 2)
version_info = VersionInfo(0, 3, 0, "beta", 0)

_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

Expand Down

0 comments on commit 41d4ba9

Please sign in to comment.