Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b584b7e

Browse files
committed
update versions to 0.2.0a8
1 parent 332e86c commit b584b7e

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.6",
3+
"version": "0.2.0-alpha.8",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

jupyter_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def _jupyter_nbextension_paths():
1212
}
1313
]
1414

15-
__version__ = "0.2.0a7"
15+
__version__ = "0.2.0a8"

0 commit comments

Comments
 (0)