From bc5d4a7af95ce48a6a3a94da75f2243e2be88fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Wed, 12 Dec 2018 08:42:08 +0100 Subject: [PATCH] feat(python): updated to 3.2.15 --- 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 251ca7df..65afc890 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.2.14", + version = "3.2.15", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',