From 0066a1eae42659df780e49cbdb94de4b091b3a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6w?= Date: Fri, 9 Jun 2023 18:27:56 +0200 Subject: [PATCH] :rocket: release version 2.5 (closes #189) --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db41ba0..1ddc4a3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 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, @@ -18,7 +18,7 @@ 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', @@ -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', ], )