added __version__; resolved #165

Not sure if this is the right way. Apparently working.
This commit is contained in:
Heng Li
2018-06-19 15:40:26 -04:00
parent 7e6e8ca73f
commit e9ca0c9dab

View File

@@ -3,6 +3,8 @@ from libc.stdlib cimport free
cimport cmappy
import sys
__version__ = '2.10'
cmappy.mm_reset_timer()
cdef class Alignment: