From 5fd1da6b26809c90c0e853edf6ef0bf34a854829 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 23 Oct 2020 21:16:07 +0200 Subject: [PATCH] Release 0.3.1 --- binder/environment.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index f56d4a7..6a90ccb 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,4 +6,4 @@ channels: dependencies: - jupyterlab=3 - pip: - - jupyterlab-cell-flash==0.3.0 + - jupyterlab-cell-flash==0.3.1 diff --git a/package.json b/package.json index fefc9da..9387313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-cell-flash", - "version": "0.3.0", + "version": "0.3.1", "description": "JupyterLab extension to show a flash effect when a cell is executed", "keywords": [ "jupyter",