From e7ac33bddd702421b8565fbea9b37b4c025eac83 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Tue, 13 Jul 2021 17:07:51 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9110cd5..26aa9db8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='scanpy-scripts', - version='1.0.0', + version='1.0.1', author='nh3', author_email='nh3@users.noreply.github.com', description='Scripts for using scanpy from the command line',