Skip to content

Commit

Permalink
v_1.1 release for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
damiafuentes committed Nov 18, 2018
1 parent a3cbb88 commit b3f4a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='djitellopy', # How you named your package folder (MyLib)
packages=['djitellopy'], # Chose the same as "name"
version='1.0', # Start with a small number and increase it with every change you make
version='1.1', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description='DJI Tello drone python interface using the official Tello SDK including the video stream.',
# Give a short description about your library
Expand Down

0 comments on commit b3f4a90

Please sign in to comment.