Skip to content

Commit 79d9dd9

Browse files
committed
Release 0.2.0
1 parent 27f80f6 commit 79d9dd9

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

environment.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ipylab
22
channels:
33
- conda-forge
44
dependencies:
5-
- jupyterlab=1
5+
- ipylab=0.2
6+
- jupyterlab=2
67
- nodejs
7-
- pip
8-
- pip:
9-
- ipylab==0.1.3

ipylab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Jeremy Tuloup.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 1, 3)
7+
version_info = (0, 2, 0)
88
__version__ = ".".join(map(str, version_info))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipylab",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Control JupyterLab from Python notebooks",
55
"keywords": [
66
"jupyter",

postBuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.1.3
1+
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.2.0

0 commit comments

Comments
 (0)