Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 23, 2020
1 parent 4edd36b commit c85ceb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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
- jupyterlab=3
- pip:
- jupyterlab-cell-flash==0.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c85ceb6

Please sign in to comment.