Commit d70371f 1 parent b66fc9a commit d70371f Copy full SHA for d70371f
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install node
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : ' 13 .x'
21
+ node-version : ' 14 .x'
22
22
registry-url : ' https://registry.npmjs.org'
23
23
24
24
- name : Install Python
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/jupyterlab-sidecar" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " A sidecar output widget for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Project Jupyter.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- version_info = (0 , 5 , 0 )
7
+ version_info = (0 , 5 , 1 )
8
8
__version__ = "." .join (map (str , version_info ))
9
9
10
10
# The version of the attribute spec that this package
13
13
#
14
14
# Update this value when attributes are added/removed from
15
15
# your models, or serialized format changes.
16
- EXTENSION_SPEC_VERSION = '1.0 .0'
16
+ EXTENSION_SPEC_VERSION = '1.1 .0'
Original file line number Diff line number Diff line change 10
10
* your models, or serialized format changes.
11
11
*/
12
12
export
13
- const EXTENSION_SPEC_VERSION = '1.0 .0' ;
13
+ const EXTENSION_SPEC_VERSION = '1.1 .0' ;
You can’t perform that action at this time.
0 commit comments