From f429f8d61fb59aeb5ef3b482f6424fc3ad5d44a9 Mon Sep 17 00:00:00 2001 From: Eduard Carreras Date: Thu, 4 Jan 2018 13:13:21 +0100 Subject: [PATCH] Bump to v0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad697dc..7ca221d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='autoworker', - version='0.4.0', + version='0.5.0', packages=find_packages(), url='https://github.com/gisce/autoworker', license='MIT',