From d38514c0129c9941cbb8af91b195226362250d80 Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Sat, 13 Jul 2024 10:54:13 +0200 Subject: [PATCH] install Cython==3.0.10 Pt.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21f53a3..d98d983 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ MAINTAINER_EMAIL = 'thierry.moudiki@gmail.com' LICENSE = 'BSD3 Clause Clear' -__version__ = '0.19.0' +__version__ = '0.19.1' VERSION = __version__