Skip to content

Commit

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

voila-0.3.0a0-py3-none-any.whl: 6c292d346140d95bfaa7ab649a3ca5b9a16d7a2c18464f2977ce01d32971a00e

voila-0.3.0a0.tar.gz: bc238860590d512c49294b9cc4cccbf5f448c9161bcabfb776cf6edfbf9d82c6

voila-dashboards-jupyterlab-preview-2.1.0-alpha.0.tgz: 85e13c3e74fd776f43eab2719dacd9050d35aa9e9c3096eb6239de04f4af581f
  • Loading branch information
github-actions[bot] committed Oct 5, 2021
1 parent d2dd5b7 commit 4cf7eaf
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, 2, 16, "final", 0
current_version = 0, 3, 0, "alpha", 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.0.7",
"version": "2.1.0-alpha.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.2.16",
"version": "0.3.0-alpha.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, 2, 16, "final", 0)
version_info = VersionInfo(0, 3, 0, "alpha", 0)

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

Expand Down

0 comments on commit 4cf7eaf

Please sign in to comment.