Skip to content

Commit

Permalink
Publish 0.4.0a1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
github-actions[bot] committed Sep 30, 2022
1 parent 9774a20 commit 383ea61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.0-alpha.0",
"version": "2.2.0-alpha.1",
"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.4.0-alpha.0",
"version": "0.4.0-alpha.1",
"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 @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.4.0a0"
__version__ = "0.4.0a1"

# PEP440 version parser
_version_regex = re.compile(
Expand Down

0 comments on commit 383ea61

Please sign in to comment.