Skip to content

Commit 383ea61

Browse files
Publish 0.4.0a1
SHA256 hashes: voila-0.4.0a1-py3-none-any.whl: 5c4c4db5263c9c63de2600488e8f613d239dea2f60644fc8c49b6e272eb9c5bc voila-0.4.0a1.tar.gz: 915c154932797ada76402d756bfc03aca404d2122a828cafc6fc096b2f59e6a1 voila-dashboards-jupyterlab-preview-2.2.0-alpha.1.tgz: db6150575694c4418b21da8e25678455595f52363ab7dda19d1cb2109ea2ae8b
1 parent 9774a20 commit 383ea61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2.0-alpha.0",
3+
"version": "2.2.0-alpha.1",
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.4.0-alpha.0",
4+
"version": "0.4.0-alpha.1",
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
@@ -15,7 +15,7 @@
1515
from collections import namedtuple
1616

1717
# Use "hatch version xx.yy.zz" to handle version changes
18-
__version__ = "0.4.0a0"
18+
__version__ = "0.4.0a1"
1919

2020
# PEP440 version parser
2121
_version_regex = re.compile(

0 commit comments

Comments
 (0)