From ced3f651772c7fc9ed818f6565783aef71be576d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Tue, 15 Feb 2022 10:20:26 +0100 Subject: [PATCH] feat(python): updated to 4.1.12 --- 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 0c11a0a9..622baa4a 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "4.1.11", + version = "4.1.12", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',