From 5977265f3e766d1e9d18f876bd5356fe15ea9cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Tue, 30 Oct 2018 09:06:36 +0100 Subject: [PATCH] feat(python): updated to 3.2.11 --- 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 1f0d9a2d..496616c9 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.2.10", + version = "3.2.11", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',