From eaaf53c9b8e2757e348f3b9c26cec98a9a737ecf Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 16 Sep 2017 23:51:49 -0400 Subject: [PATCH] bumped version number due to conflict with PyPI (already uploaded) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fab4bb..5b39a0e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readme(): setup( name = 'mmappy', - version = '2.2rc1', + version = '2.2rc2', url = 'https://github.com/lh3/minimap2', description = 'Minimap2 python binding', long_description = readme(),