Skip to content

Commit

Permalink
🚀 2.4.0 release
Browse files Browse the repository at this point in the history
main new feature is support for the new tello commands instroduced in SDK v3 (see #92)
  • Loading branch information
M4GNV5 committed Sep 5, 2021
1 parent bbbdce0 commit 1c709cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,15 +10,15 @@
setuptools.setup(
name='djitellopy',
packages=['djitellopy'],
version='2.3.1',
version='2.4.0',
license='MIT',
description='Tello drone library including support for video streaming, swarms, state packets and more',
long_description=long_description,
long_description_content_type='text/markdown',
author='Jakob Löw',
author_email='djitellopy@m4gnus.de',
url='https://github.com/damiafuentes/DJITelloPy',
download_url='https://github.com/damiafuentes/DJITelloPy/archive/2.3.1.tar.gz',
download_url='https://github.com/damiafuentes/DJITelloPy/archive/2.4.0.tar.gz',
keywords=['tello', 'dji', 'drone', 'sdk', 'official sdk'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 1c709cc

Please sign in to comment.