From 20ae1430b786c89c85781d60cb33d594e73063c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 26 Jul 2016 10:58:05 +0200 Subject: [PATCH] Bumped version to 1.5.0-beta1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7da7ba..a89e43d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice setup( name='pillarsdk', - version='1.4.0', + version='1.5.0-beta1', author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'],