summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-02 17:40:33 -0700
committerGary E. Miller <gem@rellim.com>2018-10-02 17:40:33 -0700
commitd1739870f226b95fd31a95a660cd94c437c31fe5 (patch)
treebf7de959bc2c50efeb989950605957bb8c5cb42f /gps
parentb5d073f7a60656a5ce3cc321c8f4e3a15929086b (diff)
downloadgpsd-d1739870f226b95fd31a95a660cd94c437c31fe5.tar.gz
3.19!dev: Change revisions for 3.19~dev cycle.
Diffstat (limited to 'gps')
-rw-r--r--gps/__init__.py2
-rw-r--r--gps/gps.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gps/__init__.py b/gps/__init__.py
index 870d81b5..815361ee 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'
+__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.
diff --git a/gps/gps.py b/gps/gps.py
index cbe89b68..dea3e343 100644
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -182,7 +182,7 @@ class gps(gpscommon, gpsdata, gpsjson):
"Client interface to a running gpsd instance."
# module version, would be nice to automate the version
- __version__ = "3.18"
+ __version__ = "3.19~dev"
def __init__(self, host="127.0.0.1", port=GPSD_PORT, verbose=0, mode=0,
reconnect=False):