From 4eea0ada74610b7a3d6739a07475fbf43306a798 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Wed, 4 Nov 2020 12:30:09 +0100 Subject: [PATCH] chore: version change --- bqplot_image_gl/_version.py | 2 +- .../jupyter/nbconfig/notebook.d/bqplot-image-gl.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bqplot-image-gl.json => etc/jupyter/nbconfig/notebook.d/bqplot-image-gl.json (100%) diff --git a/bqplot_image_gl/_version.py b/bqplot_image_gl/_version.py index 86b5ce0..0056ba6 100644 --- a/bqplot_image_gl/_version.py +++ b/bqplot_image_gl/_version.py @@ -1,4 +1,4 @@ -version_info = (0, 6, 1, 'final', 0) +version_info = (1, 0, 0, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/bqplot-image-gl.json b/etc/jupyter/nbconfig/notebook.d/bqplot-image-gl.json similarity index 100% rename from bqplot-image-gl.json rename to etc/jupyter/nbconfig/notebook.d/bqplot-image-gl.json