From b1ce09df53a7b5cc8319541141fa162c367edb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Mon, 10 Oct 2022 11:52:32 +0200 Subject: [PATCH] feat(python): updated to 5.0.3 --- platform/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/python/setup.py b/platform/python/setup.py index f1bc14c6..43f710ef 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "5.0.2", + version = "5.0.3", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',