File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-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-rc.0 " ,
3
+ "version" : " 2.2.0-rc.1 " ,
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-rc.0 " ,
4
+ "version" : " 0.4.0-rc.1 " ,
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 15
15
from collections import namedtuple
16
16
17
17
# Use "hatch version xx.yy.zz" to handle version changes
18
- __version__ = "0.4.0rc0 "
18
+ __version__ = "0.4.0rc1 "
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