From c0c5b23589e1f86c806042218ba3675615938111 Mon Sep 17 00:00:00 2001 From: nh3 Date: Fri, 30 Aug 2019 15:46:32 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2d91d10..4f7d1974 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='scanpy-scripts', - version='0.2.4.post1', + version='0.2.4.post2', author='nh3', author_email='nh3@users.noreply.github.com', description='Scripts for using scanpy from the command line',