From 22825e31adb916545b0620220decd4f43e559774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 4 May 2016 14:39:22 +0200 Subject: [PATCH] Bumped version to 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74d2315..19a6571 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice setup( name='pillarsdk', - version='0.1.1', + version='1.0.0', author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'],