diff --git a/setup.py b/setup.py index 0150670..fb4c5a1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pgnp", - version="0.0.6", + version="0.0.7", description="A web-to-gemini proxy for Philly news sites", long_description=long_description, long_description_content_type="text/markdown",