diff --git a/setup.py b/setup.py index 96c9468ae4b67e3b07bd7085c985f12d80ceba71..4ae33f60924f93f294aa2c6c8c504f5a91b84c93 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,14 @@ from setuptools import setup setup( name='cflib', - version='0.1.0', + version='0.1.1', packages=find_packages(exclude=['examples', 'tests']), description='Crazyflie python driver', url='https://github.com/bitcraze/crazyflie-lib-python', author='Bitcraze and contributors', + author_email='contact@bitcraze.io', license='GPLv3', classifiers=[