change version format

This commit is contained in:
Mike Kinney
2022-03-02 11:24:13 -08:00
parent cac880eb1a
commit fd752bedc5
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.3alpha.0",
version="1.3alpha0.0",
description="Python API & client shell for talking to Meshtastic devices",
long_description=long_description,
long_description_content_type="text/markdown",