From bdf4eee26752c603bbf1d8451989eec8983723a3 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 5 Dec 2025 23:38:55 -0600 Subject: [PATCH] chore: bump version to 2.50.0 in pyproject.toml and related files --- meshchatx/__init__.py | 2 +- meshchatx/src/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meshchatx/__init__.py b/meshchatx/__init__.py index a432d27..4ccf170 100644 --- a/meshchatx/__init__.py +++ b/meshchatx/__init__.py @@ -1,3 +1,3 @@ """Reticulum MeshChatX - A mesh network communications app.""" -__version__ = "2.41.0" +__version__ = "2.50.0" diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index b63d68e..b5a13a7 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__ = '2.41.0' +__version__ = '2.50.0' diff --git a/pyproject.toml b/pyproject.toml index d956d3f..6a39ee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ meshchat = "meshchatx.meshchat:main" [tool.poetry] -version = "2.41.0" +version = "2.50.0" packages = [{include = "meshchatx"}] [tool.poetry.group.dev.dependencies]