diff --git a/pillarsdk/config.py b/pillarsdk/config.py index 77f1c8e..bcd8d54 100644 --- a/pillarsdk/config.py +++ b/pillarsdk/config.py @@ -1 +1 @@ -__version__ = '1.5.0' +__version__ = '1.6.0' diff --git a/setup.py b/setup.py index 0a7fc32..4d985d5 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.5.0', + version='1.6.0', author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'],