summaryrefslogtreecommitdiff
path: root/gps/__init__.py
diff options
context:
space:
mode:
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 c7bc1125..870d81b5 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~dev'
+__version__ = '3.18'
# The 'client' module exposes some C utility functions for Python clients.
# The 'packet' module exposes the packet getter via a Python interface.