Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 21, 2019
1 parent 04ee6ac commit 3777177
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- nodejs
- pip
- pip:
- ipylab==0.1.0
- ipylab==0.1.1
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, 0)
version_info = (0, 1, 1)
__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.0",
"version": "0.1.1",
"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 [email protected]
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].1

0 comments on commit 3777177

Please sign in to comment.