From e40ef72a970e88c436f225579618aedf0ae88299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Thu, 14 Mar 2019 09:18:58 +0100 Subject: [PATCH] feat(python): updated to 3.2.23 --- 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 9510b3ed..19d4fca6 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.2.22", + version = "3.2.23", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',