Bumped version to 1.2.0 in setup.py

This commit is contained in:
Sybren A. Stüvel 2016-06-28 15:34:05 +02:00
parent db10495e7f
commit ef70d20a77

View File

@ -177,7 +177,7 @@ setup(
'wheels': BuildWheels}, 'wheels': BuildWheels},
name='blender_cloud', name='blender_cloud',
description='The Blender Cloud addon allows browsing the Blender Cloud from Blender.', description='The Blender Cloud addon allows browsing the Blender Cloud from Blender.',
version='1.1.0', version='1.2.0',
author='Sybren A. Stüvel', author='Sybren A. Stüvel',
author_email='sybren@stuvel.eu', author_email='sybren@stuvel.eu',
packages=find_packages('.'), packages=find_packages('.'),