From 3cad957a4d98f689536d0a9276469de60a95097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 6 May 2016 10:26:41 +0200 Subject: [PATCH] Bumped version to 1.0.1 --- pillarsdk/config.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pillarsdk/config.py b/pillarsdk/config.py index f102a9c..cd7ca49 100644 --- a/pillarsdk/config.py +++ b/pillarsdk/config.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = '1.0.1' diff --git a/setup.py b/setup.py index 19a6571..1438d92 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='1.0.0', + version='1.0.1', author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'],