change python version to rc1

This commit is contained in:
Heng Li 2017-09-17 00:08:54 -04:00
parent d5012a1b17
commit dba8b50ee9
1 changed files with 1 additions and 1 deletions

View File

@ -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(),