File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
master_doc = 'index'
42
42
43
43
# General information about the project.
44
- project = u'DroneKit Air: Python'
44
+ project = u'DroneKit Python'
45
45
copyright = u'2015-2016, 3D Robotics'
46
46
47
47
# The version info for the project you're documenting, acts as replacement for
48
48
# |version| and |release|, also used in various other places throughout the
49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '0.5 '
52
+ version = '2.1 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '0.5 '
54
+ release = '2.1 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , Extension
2
2
import platform
3
3
4
- version = '2.0.2 '
4
+ version = '2.1.0 '
5
5
6
6
setup (name = 'dronekit' ,
7
7
zip_safe = True ,
You can’t perform that action at this time.
0 commit comments