Skip to content

Commit d357a28

Browse files
committed
Release 0.4.0
1 parent 0083cdb commit d357a28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/jupyterlab-sidecar",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A sidecar output widget for JupyterLab",
55
"keywords": [
66
"jupyter",

sidecar/_version.py

Lines changed: 1 addition & 1 deletion
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, 2, 0)
7+
version_info = (0, 3, 0)
88
__version__ = ".".join(map(str, version_info))
99

1010
# The version of the attribute spec that this package

0 commit comments

Comments
 (0)