From dba8b50ee998cec29d7e791e5a28a5e4e1410d02 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 17 Sep 2017 00:08:54 -0400 Subject: [PATCH] change python version to rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4078613..6123506 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readme(): setup( name = 'mappy', - version = '2.2rc2', + version = '2.2rc0', url = 'https://github.com/lh3/minimap2', description = 'Minimap2 python binding', long_description = readme(),