From db100c253f9127f12776e8f94adc8e15d75bbb15 Mon Sep 17 00:00:00 2001 From: Nemuel Wainaina Date: Fri, 22 Mar 2024 13:11:02 +0300 Subject: [PATCH] Update version to v1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3622486..613544b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description='Python wrapper for the MailCheck.ai API', long_description=open('README.md').read(), long_description_content_type='text/markdown', - version='0.1.2', + version='1.0.0', packages=find_packages(), author='Nemuel Wainaina' )