From a22f0fab2200032167ac71abea672a4fcde63720 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 13 Dec 2022 15:58:31 +0100 Subject: [PATCH] v1.21.0 --- sertit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sertit/__init__.py b/sertit/__init__.py index 9f1f71a..e8a0d27 100644 --- a/sertit/__init__.py +++ b/sertit/__init__.py @@ -20,7 +20,7 @@ .. include:: ../README.md """ -__version__ = "1.20.3" +__version__ = "1.21.0" __title__ = "sertit" __description__ = ("SERTIT python library for generic tools",) __author__ = "ICube-SERTIT"