File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/jupyterlab-preview" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.5 " ,
4
4
"description" : " A JupyterLab preview extension for Voilà" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/voila" ,
3
3
"private" : true ,
4
- "version" : " 0.4.0 " ,
4
+ "version" : " 0.4.5 " ,
5
5
"description" : " The Voilà Frontend" ,
6
6
"author" : " Voilà contributors" ,
7
7
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ classifiers = [
33
33
" Programming Language :: Python :: 3.9" ,
34
34
" Programming Language :: Python :: 3.10" ,
35
35
" Programming Language :: Python :: 3.11" ,
36
+ " Programming Language :: Python :: 3.12" ,
36
37
]
37
38
dependencies = [
38
39
" jupyter_client>=6.1.3,<9" ,
Original file line number Diff line number Diff line change 15
15
from collections import namedtuple
16
16
17
17
# Use "hatch version xx.yy.zz" to handle version changes
18
- __version__ = "0.4.4 "
18
+ __version__ = "0.4.5 "
19
19
20
20
# PEP440 version parser
21
21
_version_regex = re .compile (
You can’t perform that action at this time.
0 commit comments