Skip to content

Commit

Permalink
Update PyPI version
Browse files Browse the repository at this point in the history
  • Loading branch information
rklf committed Mar 17, 2024
1 parent b1119b9 commit 7748896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7748896

Please sign in to comment.