0.9.1 make it possible to see seriallog while sending text commands

for https://github.com/meshtastic/Meshtastic-python/issues/5
This commit is contained in:
geeksville
2020-08-02 13:20:17 -07:00
parent 2800366319
commit 9da57e2d12
3 changed files with 81 additions and 84 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="0.7.9",
version="0.9.1",
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",