From 73db65b12c3eb1c7d113ad1822ba73fb24e169d5 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 16:19:31 -0600 Subject: [PATCH] fix(version): correct version string formatting 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 3cb8bf2..b5a13a7 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__ = "2.50.0" +__version__ = '2.50.0'