File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Install node
1919 uses : actions/setup-node@v1
2020 with :
21- node-version : ' 13 .x'
21+ node-version : ' 14 .x'
2222 registry-url : ' https://registry.npmjs.org'
2323
2424 - name : Install Python
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/jupyterlab-sidecar" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " A sidecar output widget for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 44# Copyright (c) Project Jupyter.
55# Distributed under the terms of the Modified BSD License.
66
7- version_info = (0 , 5 , 0 )
7+ version_info = (0 , 5 , 1 )
88__version__ = "." .join (map (str , version_info ))
99
1010# The version of the attribute spec that this package
1313#
1414# Update this value when attributes are added/removed from
1515# 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 1010 * your models, or serialized format changes.
1111 */
1212export
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