Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 21, 2019
1 parent c52edb6 commit 497a45b
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.2
- 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, 2)
version_info = (0, 1, 3)
__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.2",
"version": "0.1.3",
"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].2
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].3

0 comments on commit 497a45b

Please sign in to comment.