summaryrefslogtreecommitdiff
path: root/gps/__init__.py
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-19 18:22:53 -0700
committerGary E. Miller <gem@rellim.com>2018-10-19 18:22:53 -0700
commit63219bc7e9adf55525fbdf0cba5bcfb888e47d6c (patch)
tree6f9b77edf5ea225aaf6750840c89c75f860fe7f3 /gps/__init__.py
parentb24d46e67f29ed43d31730f30d6cbff35e75e338 (diff)
downloadgpsd-63219bc7e9adf55525fbdf0cba5bcfb888e47d6c.tar.gz
Update version to 3.19-dev. back to dev cycle.dev-3.19a
Diffstat (limited to 'gps/__init__.py')
-rw-r--r--gps/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/__init__.py b/gps/__init__.py
index 4ddad1e6..467f7181 100644
--- a/gps/__init__.py
+++ b/gps/__init__.py
@@ -16,7 +16,7 @@ api_major_version = 3 # bumped on incompatible changes
api_minor_version = 13 # bumped on compatible changes
# keep in sync with gpsd_version in SConstruct
-__version__ = '3.18.1'
+__version__ = '3.19-dev'
# The 'client' module exposes some C utility functions for Python clients.
# The 'packet' module exposes the packet getter via a Python interface.