From 12646247dc76bc2867eac54034effc2ac9d4a010 Mon Sep 17 00:00:00 2001 From: David Northcote <42978178+dnorthcote@users.noreply.github.com> Date: Tue, 2 Mar 2021 14:23:16 +0000 Subject: [PATCH] Move to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96afe3b..26f2375 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def copy_notebooks(): setup( name=package_name, - version='0.1.0', + version='0.1.1', install_requires=[ 'plotly==4.5.2', 'pynq==2.6',