From 085385a182909b7b65477c75bd9af4cb1f542bf2 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 1 Dec 2025 12:22:18 -0600 Subject: [PATCH] chore: update version string formatting in version.py for consistency --- 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 300e9ad..b63d68e 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.41.0" +__version__ = '2.41.0'