Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
musurca committed Sep 7, 2020
1 parent c63acc9 commit ad3e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmea.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(self, port=SERVER_PORT):
self.serverport = port

def version():
return "(v0.1.1)"
return "(v0.1.2)"

def start(self):
# start the TCP server
Expand Down

0 comments on commit ad3e910

Please sign in to comment.