1.0.2 update example and handle serial disconnection gracefully

This commit is contained in:
geeksville
2020-09-11 11:08:16 -07:00
parent a4d40a209e
commit 6942677b85
3 changed files with 145 additions and 130 deletions

View File

@@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
# This call to setup() does all the work
setup(
name="meshtastic",
version="1.0.1",
version="1.0.2",
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",