From 63a5184cd7e1b92654919553cf317c96551bc955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Roche?= Date: Tue, 21 Jun 2016 15:52:25 -0700 Subject: [PATCH] bump 3.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e387461..b63c500 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='dronekit_sitl', - version='3.0.1', + version='3.1.0', description='DroneKit library to run SITL (simulation environment)', author='Tim Ryan', author_email='tim@3drobotics.com',