Bumped version to 0.1.0 and added me as co-author

This commit is contained in:
2016-05-03 12:07:51 +02:00
parent 7e5f399ce9
commit 312b5816cc

View File

@@ -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=[],