Skip to content

Commit

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

voila-0.4.0b0-py3-none-any.whl: 00cd9ac88c2792deefa71c45c47e2d551786b71e27ab5c2c2b58aed1ba723344

voila-0.4.0b0.tar.gz: 0c8a7fe7d323a4a80287ecbfddaccc9b46ef7b60f3a3efae652ab6a6616adad4

voila-dashboards-jupyterlab-preview-2.2.0-beta.0.tgz: 39e856a2f5578c55a0330ad04dda6ed0a075f02f86359a4f37778ca842e5efbe
  • Loading branch information
github-actions[bot] committed Oct 6, 2022
1 parent 70340f2 commit 0f31ffc
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.2",
"version": "2.2.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.4.0-alpha.2",
"version": "0.4.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 @@ -15,7 +15,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "0.4.0a2"
__version__ = "0.4.0b0"

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

0 comments on commit 0f31ffc

Please sign in to comment.