From e1879d5d6ca7f19c1c70d7a77d928100affd5db0 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 12 Jan 2021 21:38:35 +0100 Subject: [PATCH] Release 0.4.1 --- environment.yml | 2 +- ipylab/_frontend.py | 2 +- ipylab/_version.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 5d6b051b..218db464 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/ipylab/_frontend.py b/ipylab/_frontend.py index 369abadf..74b71031 100644 --- a/ipylab/_frontend.py +++ b/ipylab/_frontend.py @@ -9,4 +9,4 @@ """ module_name = "ipylab" -module_version = "^0.4.0" +module_version = "^0.4.1" diff --git a/ipylab/_version.py b/ipylab/_version.py index 76015cb5..7df086f8 100644 --- a/ipylab/_version.py +++ b/ipylab/_version.py @@ -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)) diff --git a/package.json b/package.json index cb4368d6..bba01491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipylab", - "version": "0.4.0", + "version": "0.4.1", "description": "Control JupyterLab from Python notebooks", "keywords": [ "jupyter",