From e9ca0c9dabb190d43a0786ad52011f1c8444637e Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 19 Jun 2018 15:40:26 -0400 Subject: [PATCH] added __version__; resolved #165 Not sure if this is the right way. Apparently working. --- python/mappy.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/mappy.pyx b/python/mappy.pyx index 618fbb8..e504463 100644 --- a/python/mappy.pyx +++ b/python/mappy.pyx @@ -3,6 +3,8 @@ from libc.stdlib cimport free cimport cmappy import sys +__version__ = '2.10' + cmappy.mm_reset_timer() cdef class Alignment: