From 86d64bda6eace46760ff5ed514eee6daa09dbd77 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 15:10:19 +0000 Subject: [PATCH] Publish 0.4.0 SHA256 hashes: voila-0.4.0-py3-none-any.whl: b7ed46d2a593f5ad3808577ceec93136779b7e960f8b221441130cda6f8e8fa8 voila-0.4.0.tar.gz: 5c91fb969bffa3fc28846d8a3eeae804d71577ff49f2cab6b663ad325ae69ad0 voila-dashboards-jupyterlab-preview-2.2.0.tgz: 2bcf6267642e3b857c2eb3f8105aff53b9f15571e46c218475e7cc6297d789e4 --- packages/jupyterlab-preview/package.json | 2 +- packages/voila/package.json | 2 +- voila/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jupyterlab-preview/package.json b/packages/jupyterlab-preview/package.json index 25a764580..a13617cc5 100644 --- a/packages/jupyterlab-preview/package.json +++ b/packages/jupyterlab-preview/package.json @@ -1,6 +1,6 @@ { "name": "@voila-dashboards/jupyterlab-preview", - "version": "2.2.0-rc.1", + "version": "2.2.0", "description": "A JupyterLab preview extension for Voilà", "keywords": [ "jupyter", diff --git a/packages/voila/package.json b/packages/voila/package.json index 62fec8a86..2c9ed767d 100644 --- a/packages/voila/package.json +++ b/packages/voila/package.json @@ -1,7 +1,7 @@ { "name": "@voila-dashboards/voila", "private": true, - "version": "0.4.0-rc.1", + "version": "0.4.0", "description": "The Voilà Frontend", "author": "Voilà contributors", "license": "BSD-3-Clause", diff --git a/voila/_version.py b/voila/_version.py index d347ddcc1..88a82ea3c 100644 --- a/voila/_version.py +++ b/voila/_version.py @@ -15,7 +15,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "0.4.0rc1" +__version__ = "0.4.0" # PEP440 version parser _version_regex = re.compile(