change version per pypi reqs

This commit is contained in:
Mike Kinney
2022-03-02 11:39:07 -08:00
parent a2d4252002
commit 58de84945f
2 changed files with 3 additions and 3 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.3alpha0.1",
version="1.3alpha.1",
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",