From 4f3c928651aa77934e10daeddabbcbc2fa7a9494 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Mon, 10 Oct 2022 16:07:30 +0200 Subject: [PATCH] v1.19.0 --- sertit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sertit/__init__.py b/sertit/__init__.py index c2291fd..3b66317 100644 --- a/sertit/__init__.py +++ b/sertit/__init__.py @@ -20,7 +20,7 @@ .. include:: ../README.md """ -__version__ = "1.18.4" +__version__ = "1.19.0" __title__ = "sertit" __description__ = ("SERTIT python library for generic tools",) __author__ = "ICube-SERTIT"