summaryrefslogtreecommitdiff
path: root/gps/gps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gps/gps.py')
-rw-r--r--gps/gps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/gps.py b/gps/gps.py
index 868e6d9f..cbe89b68 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~dev"
+ __version__ = "3.18"
def __init__(self, host="127.0.0.1", port=GPSD_PORT, verbose=0, mode=0,
reconnect=False):