From e09ddba188d0bbd7e66887ff03ef4ac80a1bad45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Mon, 2 Apr 2018 10:45:00 +0200 Subject: [PATCH] feat(python): updated to 3.2.2 --- 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 9cd3a555..fccf8966 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.2.1", + version = "3.2.2", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',