Skip to content

Commit 352c628

Browse files
committed
1.0.0---->1.0.1
1 parent d1ae87d commit 352c628

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Control DJI Tello drone with python
99
# Examples
1010

1111

12-
from tello-python import tello
12+
from tello_python import tello
1313

1414
drone = tello.Tello()
1515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='tello-python',
8-
version='1.0.0',
8+
version='1.0.1',
99
author='C灵C',
1010
author_email='[email protected]',
1111
description='Control DJI Tello drone with Python 3',

tello-python/__init__.py renamed to tello_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'C灵C'
33
__liscence__ = 'MIT'
44
__copyright__ = 'Copyright 2020 C灵C'
5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'
66
__all__ = ['tello', 'stats']
77

88
from .tello import Tello
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)