From 8b2abac1422bd572d460ce1996e799bf84bb514f Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Tue, 5 Mar 2024 13:37:03 +0000 Subject: [PATCH] Language fix, trigger test build. --- INSTALL.rst | 2 +- cdd.pyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 84c9550..97f5f77 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -19,7 +19,7 @@ Fedora, install it by running:: dnf install gmp-devel python3-devel -on Ubuntu:: +whilst on Ubuntu:: apt-get install libgmp-dev python3-dev diff --git a/cdd.pyx b/cdd.pyx index 4d3dd23..7f2415e 100644 --- a/cdd.pyx +++ b/cdd.pyx @@ -29,7 +29,7 @@ cimport libc.stdlib from fractions import Fraction import numbers -__version__ = "2.1.8a2" +__version__ = "2.1.8a3" # also need time_t cdef extern from "time.h":