Skip to content

Commit 47f3f0a

Browse files
committed
Release 0.4.5
1 parent 5934c53 commit 47f3f0a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-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",
3+
"version": "2.2.5",
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",
4+
"version": "0.4.5",
55
"description": "The Voilà Frontend",
66
"author": "Voilà contributors",
77
"license": "BSD-3-Clause",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.9",
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3637
]
3738
dependencies = [
3839
"jupyter_client>=6.1.3,<9",

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.4"
18+
__version__ = "0.4.5"
1919

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

0 commit comments

Comments
 (0)