From 5622c14484853882b436cf1cf7271fc0e4fe0d66 Mon Sep 17 00:00:00 2001 From: mrethore <martin.rethoret-pasty@pasteur.fr> Date: Wed, 21 Aug 2024 12:30:27 +0200 Subject: [PATCH] Changing Version & removing deprecated email contact --- __main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__main__.py b/__main__.py index c6f5050..653aa8e 100644 --- a/__main__.py +++ b/__main__.py @@ -52,8 +52,8 @@ Usage: """ __authors__ = ("Melanie HENNART; Martin RETHORET-PASTY") -__contact__ = ("melanie.hennart@pasteur.fr; martin.rethoret-pasty@pasteur.fr") -__version__ = "1.6.0" +__contact__ = ("martin.rethoret-pasty@pasteur.fr") +__version__ = "1.6.1" __copyright__ = "copyleft" __date__ = "2024/03/04" -- GitLab