From e23c5abdd9cc17785bec43d66d504d2a07bf21f2 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 09:39:26 -0600 Subject: [PATCH] fix(version): standardize version string quotes in version.py --- meshchatx/src/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index d7384be..7f0c591 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build share the same version string. """ -__version__ = '3.3.0' +__version__ = "3.3.0"