From 3da17f231dd4a3a9b55be8d5b9e9ae1ccad4f71a Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 2 Jan 2025 10:34:40 -0500 Subject: [PATCH] prepair for v1.0.7 release --- src/meshtastic_mqtt_json/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshtastic_mqtt_json/__init__.py b/src/meshtastic_mqtt_json/__init__.py index 2ef649c..33097bc 100644 --- a/src/meshtastic_mqtt_json/__init__.py +++ b/src/meshtastic_mqtt_json/__init__.py @@ -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"