From b60a438c9d098d491b247717608d2d5284b555a4 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 17 Sep 2022 19:30:56 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b332bbf..8a3ed7c 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,7 @@ with open("README.md", "r") as fh: # This call to setup() does all the work setup( name="meshtastic", - version="1.3.34a -", -", + version="1.3.34a", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, long_description_content_type="text/markdown",