From 2fa9d98bffdc29c2a128b4c6ccb55e6d6af13d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Thu, 10 Oct 2019 15:45:09 +0200 Subject: [PATCH] feat(python): updated to 3.2.36 --- 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 e0f9c257..e2c8b897 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.2.35", + version = "3.2.36", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',