Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 6be8851

Browse files
committed
Version 0.2.0
1 parent a80400c commit 6be8851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.2.0-alpha.15",
3+
"version": "0.2.0",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

jupyter_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0a15"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)