Skip to content

Commit 0a46e7a

Browse files
Publish 0.4.0a0
SHA256 hashes: voila-0.4.0a0-py3-none-any.whl: 72962ef50f93eb112a122b59a362f4820da9ce912dc18e23f222ddd08767f4d0 voila-0.4.0a0.tar.gz: 42aead7dddd7f4cf3a89c45d7dcd6438e242da2fa5d6bfea25ea6b973e8aefbd voila-dashboards-jupyterlab-preview-2.2.0-alpha.0.tgz: c7ceff44eea8de489faa95b4fec91ddfaf576a93768b5d06e16f04e40f30159f
1 parent a9cc3d6 commit 0a46e7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0, 3, 6, "final", 0
2+
current_version = 0, 4, 0, "alpha", 0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)

packages/jupyterlab-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.1.6",
3+
"version": "2.2.0-alpha.0",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

packages/voila/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voila-dashboards/voila",
33
"private": true,
4-
"version": "0.3.6",
4+
"version": "0.4.0-alpha.0",
55
"description": "The Voilà Frontend",
66
"author": "Voilà contributors",
77
"license": "BSD-3-Clause",

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818

1919
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
20-
version_info = VersionInfo(0, 3, 6, "final", 0)
20+
version_info = VersionInfo(0, 4, 0, "alpha", 0)
2121

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

0 commit comments

Comments
 (0)