Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 12, 2021
1 parent 5f66cbe commit 3092b89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ipylab
channels:
- conda-forge
- conda-forge
dependencies:
- bqplot=0.12
- ipylab=0.3.0
- ipylab=0.4.0
- ipytree=0.1
- jupyterlab=2
- jupyterlab=3
- nodejs
- numpy
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.3.0"
module_version = "^0.4.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) ipylab contributors.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 3, 0)
version_info = (0, 4, 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.3.0",
"version": "0.4.0",
"description": "Control JupyterLab from Python notebooks",
"keywords": [
"jupyter",
Expand Down
4 changes: 0 additions & 4 deletions postBuild

This file was deleted.

0 comments on commit 3092b89

Please sign in to comment.