Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 2, 2020
1 parent 8ca01ac commit d23f525
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: ipylab
channels:
- conda-forge
dependencies:
- ipylab=0.2
- ipylab=0.2.1
- jupyterlab=2
- nodejs
2 changes: 1 addition & 1 deletion ipylab/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "ipylab"
module_version = "^0.2.0"
module_version = "^0.2.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, 2, 0)
version_info = (0, 2, 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.2.0",
"version": "0.2.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].0
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected].1

0 comments on commit d23f525

Please sign in to comment.