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

Commit ffc6e4d

Browse files
committed
Update Python and JupyterLab versions to 0.2.0 alpha 5
1 parent 903efe3 commit ffc6e4d

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run(self):
9090

9191
setup(
9292
name='jupyter-dash',
93-
version='0.0.1a2',
93+
version='0.2.0a5',
9494
description="Dash support for the Jupyter notebook interface",
9595
author='Plotly',
9696
packages=['jupyter_dash'],

0 commit comments

Comments
 (0)