diff --git a/setup.py b/setup.py index 65197e7..17a9d1b 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice setup( name='pillarsdk', - version='0.0.1', - author='Francesco Siddi, PayPal', + version='0.1.0', + author=u'Francesco Siddi, Sybren A. Stüvel, PayPal', author_email='francesco@blender.org', packages=['pillarsdk'], scripts=[],