We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022b808 commit 78f0c5cCopy full SHA for 78f0c5c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jupyter-widgets/jupyterlab-sidecar",
3
- "version": "0.6.2",
+ "version": "0.7.0",
4
"description": "A sidecar output widget for JupyterLab",
5
"keywords": [
6
"jupyter",
sidecar/_version.py
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
-__version__ = VERSION = '0.6.2'
+__version__ = VERSION = '0.7.0'
0 commit comments