From 3026921d99d4e18c42fae2851a5c54963bf3eaa3 Mon Sep 17 00:00:00 2001 From: Johann Jacobsohn <j.jacobsohn@satzmedia.de> Date: Tue, 11 Aug 2020 12:40:07 +0200 Subject: [PATCH] new pip release 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 896ca6d..52f174a 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", -- GitLab