From 3e37bb2922ee411478359812a0f373aaa6efa8ad Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 18:18:07 -0600 Subject: [PATCH] chore(version): update version string format in version.py --- meshchatx/src/version.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index 1cf0da1..11a3bd4 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -1,5 +1,6 @@ -"""Auto-generated helper so Python tooling and the Electron build +""" +Auto-generated helper so Python tooling and the Electron build share the same version string. """ -__version__ = "3.0.0" +__version__ = '3.0.0'