Skip to content

Commit d70371f

Browse files
committed
Bump versions for release
0.5.1 python 0.6.1 js 1.1.0 data spec
1 parent b66fc9a commit d70371f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

sidecar/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
@@ -13,4 +13,4 @@
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'

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* your models, or serialized format changes.
1111
*/
1212
export
13-
const EXTENSION_SPEC_VERSION = '1.0.0';
13+
const EXTENSION_SPEC_VERSION = '1.1.0';

0 commit comments

Comments
 (0)