From 72b9c30574b1a0688d7537ae76bc6670b3250991 Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 29 Oct 2013 18:08:46 +0100 Subject: [PATCH] Updated setup.py to reflect version 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93d6be6..3f00f40 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ print find_packages('src') setup( #basic package data name = 'JayDeBeApi', - version = '0.1.3', + version = '0.1.4', author = 'Bastian Bowe', author_email = 'bastian.bowe@gmail.com', license = 'GNU LGPL',