Bumped version to 1.0.1

This commit is contained in:
2016-05-06 10:26:41 +02:00
parent 6c51cc7321
commit 3cad957a4d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = '1.0.1'

View File

@@ -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'],