From 9b07742b0ba5934efde95e187dd268a6ab87b2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20Ribreau?= Date: Mon, 22 Apr 2024 21:46:03 +0200 Subject: [PATCH] feat(python): updated to 6.0.4 --- 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 143e14d5..db72ca3f 100644 --- a/platform/python/setup.py +++ b/platform/python/setup.py @@ -4,7 +4,7 @@ setup( name='mailchecker', - version = "6.0.3", + version = "6.0.4", py_modules=['MailChecker'], url='https://github.com/FGRibreau/mailchecker', license='MIT',