1.2.31 fix minor test bug

This commit is contained in:
Kevin Hester
2021-05-03 10:38:06 +08:00
parent b787f46404
commit 356aa6dfdf
5 changed files with 14 additions and 8 deletions

View File

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