diff --git a/setup.py b/setup.py index 048a97d..c2163ef 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,8 @@ with open("README.md") as f: setup( name='feediverse', - version='0.0.2', + version='0.0.3', + python_requires='python>=3.5', url='https://github.com/edsu/feediverse', author='Ed Summers', author_email='ehs@pobox.com',