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 3ff40e1 commit d8de60c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions easytello/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
__author__ = 'Ezra Fielding'
__liscence__ = 'MIT'
__copyright__ = 'Copyright 2019 Ezra Fielding'
<<<<<<< HEAD
__version__ = '0.0.6'
=======
__version__ = '0.0.7'
>>>>>>> develop
__all__ = ['tello', 'stats']

from .tello import Tello
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

setuptools.setup(
name='easytello',
<<<<<<< HEAD
version='0.0.6',
=======
version='0.0.7',
>>>>>>> develop
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 d8de60c

Please sign in to comment.