bumped version number

due to conflict with PyPI (already uploaded)
This commit is contained in:
Heng Li 2017-09-16 23:51:49 -04:00
parent ef46a8aed4
commit eaaf53c9b8
1 changed files with 1 additions and 1 deletions

View File

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