meshtastic_mqtt

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 608d89ebea5dbcdb2ce0c6af7b789cb84e158a90
parent 8a7b14e0176e55fcbcb9b115f80ca706baf39e31
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 2 Dec 2024 21:24:23 -0500

Prepaire for 1.0.3 release

Diffstat:
Msetup.py | 2+-
Msrc/meshtastic_mqtt_json/__init__.py | 2+-

2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="meshtastic-mqtt-json",
-    version='0.1.2',
+    version='1.0.3',
     author='acidvegas',
     author_email='acid.vegas@acid.vegas',
     description='A lightweight Python library for parsing Meshtastic MQTT messages',
diff --git 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__ = "0.1.2"
+__version__ = "1.0.3"
 __author__  = "acidvegas"
 __license__ = "ISC" 
 \ No newline at end of file