From a3a93412e796652ae0fa1803487494d4e14c6455 Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Fri, 26 Apr 2024 08:38:07 +0200 Subject: [PATCH] bump v0.15.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5064e13..c623f20 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ MAINTAINER_EMAIL = 'thierry.moudiki@gmail.com' LICENSE = 'BSD3 Clause Clear' -__version__ = '0.14.0' +__version__ = '0.15.0' VERSION = __version__