bumped version number
due to conflict with PyPI (already uploaded)
This commit is contained in:
parent
ef46a8aed4
commit
eaaf53c9b8
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ def readme():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'mmappy',
|
name = 'mmappy',
|
||||||
version = '2.2rc1',
|
version = '2.2rc2',
|
||||||
url = 'https://github.com/lh3/minimap2',
|
url = 'https://github.com/lh3/minimap2',
|
||||||
description = 'Minimap2 python binding',
|
description = 'Minimap2 python binding',
|
||||||
long_description = readme(),
|
long_description = readme(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue