Skip to content

Commit

Permalink
update versions to 0.2.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed May 14, 2020
1 parent 332e86c commit b584b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/jupyterlab/package.json
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.2.0-alpha.6",
"version": "0.2.0-alpha.8",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion jupyter_dash/__init__.py
Expand Up @@ -12,4 +12,4 @@ def _jupyter_nbextension_paths():
}
]

__version__ = "0.2.0a7"
__version__ = "0.2.0a8"

0 comments on commit b584b7e

Please sign in to comment.