From d627008929ce31fa50ac257ecf1a0d6a369e6fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Juli=C3=A0=20Blasi?= Date: Thu, 5 May 2016 14:00:40 +0200 Subject: [PATCH] Bump to v0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2633ab6..b072e82 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bankbarcode', - version='0.1.3', + version='0.1.4', packages=find_packages(), url='https://github.com/gisce/bankbarcode', license='GNU Affero General Public License v3',