diff --git a/setup.py b/setup.py index 896ca6db93c71ef52b669a61c4378f5db249b97f..52f174aee1f14c84632ace15942aae1a754830f4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="papersurfer", - version="0.0.4", + version="0.5.0", description="", long_description=README, long_description_content_type="text/markdown",