Skip to content

Commit 3777177

Browse files
committed
Release 0.1.1
1 parent 04ee6ac commit 3777177

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.0
9+
- ipylab==0.1.1

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

0 commit comments

Comments
 (0)