mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 21:17:54 +08:00
added __version__; resolved #165
Not sure if this is the right way. Apparently working.
This commit is contained in:
@@ -3,6 +3,8 @@ from libc.stdlib cimport free
|
||||
cimport cmappy
|
||||
import sys
|
||||
|
||||
__version__ = '2.10'
|
||||
|
||||
cmappy.mm_reset_timer()
|
||||
|
||||
cdef class Alignment:
|
||||
|
||||
Reference in New Issue
Block a user