Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 12, 2021
1 parent 53e2d85 commit e1879d5
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 @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- bqplot=0.12
- ipylab=0.4.0
- ipylab=0.4.1
- ipytree=0.1
- jupyterlab=3
- 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.4.0"
module_version = "^0.4.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) ipylab contributors.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 4, 0)
version_info = (0, 4, 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.4.0",
"version": "0.4.1",
"description": "Control JupyterLab from Python notebooks",
"keywords": [
"jupyter",
Expand Down

0 comments on commit e1879d5

Please sign in to comment.