From 312b5816cc1aad5577773d536dfaab2418e7c624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 May 2016 12:07:51 +0200 Subject: [PATCH] Bumped version to 0.1.0 and added me as co-author --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 65197e7..17a9d1b 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice setup( name='pillarsdk', - version='0.0.1', - author='Francesco Siddi, PayPal', + version='0.1.0', + author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'], scripts=[],