From ced04a8a85fcc86c8f722da7ccc9e845e474bee4 Mon Sep 17 00:00:00 2001
From: Johann Jacobsohn <j.jacobsohn@satzmedia.de>
Date: Tue, 11 Aug 2020 22:01:52 +0200
Subject: [PATCH] bumb version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 52f174a..36a05fd 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.5.0",
+    version="0.6.0",
     description="",
     long_description=README,
     long_description_content_type="text/markdown",
-- 
GitLab