From 49a5f6a63a400750a98d99143b04a78a07d2c168 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Mon, 25 Mar 2024 14:10:37 -0700 Subject: [PATCH] set to .post1 version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 682eedd..31a79f2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open("README.md", "r") as fh: # This call to setup() does all the work setup( name="meshtastic", - version="2.3.2", + version="2.3.2.post1", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, long_description_content_type="text/markdown",