From 48ab0f43a44471687ce7a1bb7fd0f437563d8e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Thu, 13 Aug 2020 10:29:26 +0200 Subject: [PATCH] feat(python): updated to 3.3.12 --- 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 14b4a784..b05757fb 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "3.3.11", + version = "3.3.12", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',