diff --git a/cdd.pyx b/cdd.pyx index 74eb0fe..6c366b9 100644 --- a/cdd.pyx +++ b/cdd.pyx @@ -29,7 +29,7 @@ cimport libc.stdlib from fractions import Fraction import numbers -__version__ = "2.1.8" +__version__ = "2.1.8.post0" # also need time_t cdef extern from "time.h":