Skip to content

Commit

Permalink
bump pymavlink and push to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Apr 10, 2015
1 parent 2a3ab95 commit 6f832cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ numpy==1.9.1
poster==0.8.1
protobuf==2.6.1
requests==2.5.1
pymavlink>=1.1.39
pymavlink>=1.1.50
sphinx-3dr-theme>=0.0.6
MAVProxy>=1.4.13
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '1.1.0'
version = '1.1.1'

ext_modules = []

Expand All @@ -12,7 +12,7 @@
long_description = '''Python language bindings for the DroneApi (includes the droneapi MAVProxy module)''',
url = 'https://github.com/diydrones/droneapi-python',
author = '3D Robotics',
install_requires = [ 'pymavlink',
install_requires = [ 'pymavlink >= 1.1.50',
'MAVProxy >= 1.4.13',
'protobuf >= 2.5.0' ],
author_email = '[email protected]',
Expand Down

0 comments on commit 6f832cf

Please sign in to comment.