From a26b98c125e8fe3d72480b7925c6d698c5fc0069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Mon, 17 Jan 2022 17:52:20 +0100 Subject: [PATCH] feat(python): updated to 4.1.9 --- 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 8111479b..735887c7 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "4.1.8", + version = "4.1.9", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',