Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrafielding committed Jun 11, 2019
1 parent c07f459 commit 8ef43a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easytello/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Ezra Fielding'
__liscence__ = 'MIT'
__copyright__ = 'Copyright 2019 Ezra Fielding'
__version__ = '0.0.5'
__version__ = '0.0.6'
__all__ = ['tello', 'stats']

from .tello import Tello
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='easytello',
version='0.0.5',
version='0.0.6',
author='Ezra Fielding',
author_email='ezra.fielding@gmail.com',
description='An easy framework to support DJI Tello scripting in Python 3',
Expand Down

0 comments on commit 8ef43a7

Please sign in to comment.