Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 23, 2020
1 parent 0d721a1 commit fc51499
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 @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- bqplot=0.12
- ipylab=0.2.1
- ipylab=0.3.0
- ipytree=0.1
- jupyterlab=2
- nodejs
Expand Down
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.1"
module_version = "^0.3.0"
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, 1)
version_info = (0, 3, 0)
__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.1",
"version": "0.3.0",
"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,4 +1,4 @@
jupyter labextension install @jupyter-widgets/jupyterlab-manager \
ipylab@0.2.1 \
ipylab@0.3.0 \
[email protected] \
[email protected]

0 comments on commit fc51499

Please sign in to comment.