prepair for v1.0.7 release

This commit is contained in:
Dionysus 2025-01-02 10:34:40 -05:00
parent 3ddb126858
commit 3da17f231d
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -4,6 +4,6 @@ Meshtastic MQTT Interface - A lightweight Python library for parsing Meshtastic
from .client import MeshtasticMQTT
__version__ = "1.0.5"
__version__ = "1.0.7"
__author__ = "acidvegas"
__license__ = "ISC"