From c85ceb6e6fa77702d732701a2f66d785a81f59ea Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 23 Oct 2020 17:36:55 +0200 Subject: [PATCH] Release 0.3.0 --- binder/environment.yml | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 440f7f6..f56d4a7 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,7 +1,9 @@ name: jupyterlab-cell-flash channels: +- conda-forge/label/jupyterlab_rc +- conda-forge/label/jupyterlab_server_rc - conda-forge dependencies: -- python=3 -- jupyterlab=2 -- nodejs \ No newline at end of file +- jupyterlab=3 +- pip: + - jupyterlab-cell-flash==0.3.0 diff --git a/package.json b/package.json index 51c7ae5..fefc9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-cell-flash", - "version": "0.2.2", + "version": "0.3.0", "description": "JupyterLab extension to show a flash effect when a cell is executed", "keywords": [ "jupyter",