summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 13:02:57 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 13:02:57 -0700
commite86d1e731d4346515e102fbc8effd8f8708081cf (patch)
tree48496f7daf731894fbf10497d9b58073a0d63020 /gps
parent14c4475f84558d3af2425bba8a4eaaa938cb16f4 (diff)
downloadgpsd-e86d1e731d4346515e102fbc8effd8f8708081cf.tar.gz
gps/__init__: pep8 nit.
Diffstat (limited to 'gps')
-rw-r--r--gps/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/__init__.py b/gps/__init__.py
index 7c6d1f41..c195be7e 100644
--- a/gps/__init__.py
+++ b/gps/__init__.py
@@ -13,7 +13,7 @@ from .misc import *
api_major_version = 5 # bumped on incompatible changes
api_minor_version = 0 # bumped on compatible changes
-__version__ = '3.18-dev'
+__version__ = '3.18-dev'
# The 'client' module exposes some C utility functions for Python clients.
# The 'packet' module exposes the packet getter via a Python interface.