Release minimap2-2.9 (r720)

This commit is contained in:
Heng Li
2018-02-24 09:31:09 -05:00
parent 83c57a9d98
commit eeb314edd6
5 changed files with 29 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ def readme():
setup(
name = 'mappy',
version = '2.8',
version = '2.9',
url = 'https://github.com/lh3/minimap2',
description = 'Minimap2 python binding',
long_description = readme(),
@@ -43,7 +43,7 @@ setup(
include_dirs = ['.'],
libraries = ['z', 'm', 'pthread'])],
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'Programming Language :: C',