From ce0504b57741cec2cd1e98fc21ede8d1a216f5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Tue, 7 Dec 2021 17:18:30 +0100 Subject: [PATCH] feat(python): updated to 4.1.4 --- 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 7e2e74aa..2cafe051 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "4.1.3", + version = "4.1.4", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',