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' )