Skip to content

Commit 1eb998d

Browse files
committed
Release 0.1.2
1 parent 47f8817 commit 1eb998d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- nodejs
77
- pip
88
- pip:
9-
- ipylab==0.1.1
9+
- ipylab==0.1.2

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, 1)
7+
version_info = (0, 1, 2)
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.1",
3+
"version": "0.1.2",
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 [email protected].1
1+
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].2

0 commit comments

Comments
 (0)