From c1b8cbfa0be6037261eeec33a8e934f680fee1b3 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 2 Dec 2024 21:25:33 -0500 Subject: [PATCH] Prepare for 1.0.4 --- setup.py | 2 +- src/meshtastic_mqtt_json/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e4a1863..d27a47a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="meshtastic-mqtt-json", - version='1.0.3', + version='1.0.4', 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 index 04bdcf2..9031a2d 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.3" +__version__ = "1.0.4" __author__ = "acidvegas" __license__ = "ISC" \ No newline at end of file