From e7364c7029424841a3fd435ba08723a40705c071 Mon Sep 17 00:00:00 2001 From: Ivan Subotic Date: Fri, 22 Mar 2019 16:43:55 +0100 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de611b09f..d7dbdb7bd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='knora', - version='0.0.3', + version='0.0.4', description='A Python library and tools for the Knora-API', url='https://github.com/dhlab-basel/knora-py', author='Lukas Rosenthaler',