summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
Diffstat (limited to 'gps')
-rw-r--r--gps/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/__init__.py b/gps/__init__.py
index 7c6d1f41..c195be7e 100644
--- a/gps/__init__.py
+++ b/gps/__init__.py
@@ -13,7 +13,7 @@ from .misc import *
api_major_version = 5 # bumped on incompatible changes
api_minor_version = 0 # bumped on compatible changes
-__version__ = '3.18-dev'
+__version__ = '3.18-dev'
# The 'client' module exposes some C utility functions for Python clients.
# The 'packet' module exposes the packet getter via a Python interface.