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]