Update version to 4.2.1 in __init__.py and version.py for consistency

This commit is contained in:
Sudo-Ivan
2026-03-06 01:25:15 -06:00
parent 2782266ac6
commit b255dbb03e
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,5 +1,5 @@
"""Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""Version string synced from package.json. Do not edit by hand.
Run: pnpm run version:sync
"""
__version__ = "4.2.0"
__version__ = "4.2.1"