From 77488962c0b5ad3e7514ec54b6e42ae0a27c633b Mon Sep 17 00:00:00 2001 From: rklf <11515950+rklf@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:03:04 +0100 Subject: [PATCH] Update PyPI version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',