Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 7, 2020
1 parent 27f80f6 commit 79d9dd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: ipylab
channels:
- conda-forge
dependencies:
- jupyterlab=1
- ipylab=0.2
- jupyterlab=2
- nodejs
- pip
- pip:
- ipylab==0.1.3
2 changes: 1 addition & 1 deletion ipylab/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Jeremy Tuloup.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 1, 3)
version_info = (0, 2, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipylab",
"version": "0.1.3",
"version": "0.2.0",
"description": "Control JupyterLab from Python notebooks",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.1.3
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.2.0

0 comments on commit 79d9dd9

Please sign in to comment.