Skip to content

Commit

Permalink
1.0.0---->1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cocpy committed Sep 2, 2020
1 parent d1ae87d commit 352c628
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Control DJI Tello drone with python
# Examples


from tello-python import tello
from tello_python import tello

drone = tello.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='tello-python',
version='1.0.0',
version='1.0.1',
author='C灵C',
author_email='c0c@cocpy.com',
description='Control DJI Tello drone with Python 3',
Expand Down
2 changes: 1 addition & 1 deletion tello-python/__init__.py → tello_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'C灵C'
__liscence__ = 'MIT'
__copyright__ = 'Copyright 2020 C灵C'
__version__ = '1.0.0'
__version__ = '1.0.1'
__all__ = ['tello', 'stats']

from .tello import Tello
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 352c628

Please sign in to comment.