diff options
author | Gary E. Miller <gem@rellim.com> | 2018-10-19 18:22:53 -0700 |
---|---|---|
committer | Gary E. Miller <gem@rellim.com> | 2018-10-19 18:22:53 -0700 |
commit | 63219bc7e9adf55525fbdf0cba5bcfb888e47d6c (patch) | |
tree | 6f9b77edf5ea225aaf6750840c89c75f860fe7f3 /gps/gps.py | |
parent | b24d46e67f29ed43d31730f30d6cbff35e75e338 (diff) | |
download | gpsd-63219bc7e9adf55525fbdf0cba5bcfb888e47d6c.tar.gz |
Update version to 3.19-dev. back to dev cycle.dev-3.19a
Diffstat (limited to 'gps/gps.py')
-rw-r--r-- | gps/gps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1" + __version__ = "3.19-dev" def __init__(self, host="127.0.0.1", port=GPSD_PORT, verbose=0, mode=0, reconnect=False): |