Skip to content
Snippets Groups Projects
Commit 139918dd authored by Arnaud Taffanel's avatar Arnaud Taffanel
Browse files

Create version 0.1.1

parent 27c2bad0
Branches
Tags
No related merge requests found
...@@ -4,13 +4,14 @@ from setuptools import setup ...@@ -4,13 +4,14 @@ from setuptools import setup
setup( setup(
name='cflib', name='cflib',
version='0.1.0', version='0.1.1',
packages=find_packages(exclude=['examples', 'tests']), packages=find_packages(exclude=['examples', 'tests']),
description='Crazyflie python driver', description='Crazyflie python driver',
url='https://github.com/bitcraze/crazyflie-lib-python', url='https://github.com/bitcraze/crazyflie-lib-python',
author='Bitcraze and contributors', author='Bitcraze and contributors',
author_email='contact@bitcraze.io',
license='GPLv3', license='GPLv3',
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment