chore: bump version to 2.50.0 in pyproject.toml and related files

This commit is contained in:
2025-12-05 23:38:55 -06:00
parent d8683c3191
commit bdf4eee267
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Reticulum MeshChatX - A mesh network communications app."""
__version__ = "2.41.0"
__version__ = "2.50.0"

View File

@@ -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'

View File

@@ -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]