chore: bump version to 2.50.0 in pyproject.toml and related files
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""Reticulum MeshChatX - A mesh network communications app."""
|
||||
|
||||
__version__ = "2.41.0"
|
||||
__version__ = "2.50.0"
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user