diff --git a/docs/conf.py b/docs/conf.py index 47f09e962..bdb723a8d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. -project = u'DroneKit Air: Python' +project = u'DroneKit Python' copyright = u'2015-2016, 3D Robotics' # The version info for the project you're documenting, acts as replacement for @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '0.5' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '0.5' +release = '2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e7cc78431..4f657e5d5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension import platform -version = '2.0.2' +version = '2.1.0' setup(name='dronekit', zip_safe=True,