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 da760ffbe6468c22b94eb3a4434754159dccfa8c
parent 54c05910531be4ff5e20c2e05d94bcc1ca54fc68
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 31 Dec 2024 18:20:11 -0500

Prepair for 1.0.5

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

3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
 ISC License
 
-Copyright (c) 2024, acidvegas <acid.vegas@acid.vegas>
+Copyright (c) 2025, acidvegas <acid.vegas@acid.vegas>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff --git a/setup.py b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="meshtastic-mqtt-json",
-    version='1.0.4',
+    version='1.0.5',
     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__ = "1.0.4"
+__version__ = "1.0.5"
 __author__  = "acidvegas"
-__license__ = "ISC" 
-\ No newline at end of file
+__license__ = "ISC"