From 414d3e911f55408dd5b8fb3eaecf4fdf16b9facb Mon Sep 17 00:00:00 2001 From: Nicholas Musurca Date: Thu, 21 May 2020 12:12:32 -0700 Subject: [PATCH] bumped version # --- nmea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmea.py b/nmea.py index 6658c05..f4ab5a1 100644 --- a/nmea.py +++ b/nmea.py @@ -143,7 +143,7 @@ def __init__(self, port=SERVER_PORT): self.serverport = port def version(): - return "(v0.1)" + return "(v0.1.1)" def start(self): # start the TCP server