Skip to content

Commit

Permalink
🚀 release version 2.5 (closes #189)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4GNV5 committed Jun 9, 2023
1 parent 96c0dd7 commit 0066a1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
setuptools.setup(
name='djitellopy',
packages=['djitellopy'],
version='2.4.0',
version='2.5.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.4.0.tar.gz',
download_url='https://github.com/damiafuentes/DJITelloPy/archive/2.5.0.tar.gz',
keywords=['tello', 'dji', 'drone', 'sdk', 'official sdk'],
install_requires=[
'numpy',
Expand All @@ -36,5 +36,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit 0066a1e

Please sign in to comment.