From bea33858667ef4fa8c6874bc31575e13471bd4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 10 May 2016 15:03:28 +0200 Subject: [PATCH] Bumped version to 1.1.2 --- 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 b3ddbc4..7b344ec 100644 --- a/pillarsdk/config.py +++ b/pillarsdk/config.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/setup.py b/setup.py index e7c0047..d3ed076 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.1.1', + version='1.1.2', author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'],