diff --git a/setup.py b/setup.py index 30ab3da..fc7a5ab 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,14 @@ setup( name='yopmail', - version='1.8', + version='1.9', description="A Python module to get mails from a Yopmail inbox, save them", long_description=long_description, long_description_content_type='text/markdown', readme = "README.md", license='MIT', author="rklf", + author_email="11515950+rklf@users.noreply.github.com", packages = find_packages(), python_requires='>=3.10', url='https://github.com/rklf/yopmail',