From 9e6f0466f565782c29bf5aa284ec7e94b71115ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Sun, 15 Dec 2024 14:28:13 +0100 Subject: [PATCH] feat(python): updated to 6.0.14 --- 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 7639b58b..983cad29 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "6.0.13", + version = "6.0.14", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',