From 7e0d539df60a73e0ae425d3e457d38be6202d79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Juli=C3=A0=20Blasi?= Date: Mon, 26 Oct 2015 09:42:41 +0100 Subject: [PATCH] Bump to v0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3ad03c..2633ab6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bankbarcode', - version='0.1.2', + version='0.1.3', packages=find_packages(), url='https://github.com/gisce/bankbarcode', license='GNU Affero General Public License v3',