From 8fc2527c9d794ca6f1afea3f759042a6088d8568 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 2 Jan 2025 10:36:23 -0500 Subject: [PATCH] v1.0.8 because i suck at versioning/releases --- 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 18c0f71..3a653a7 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.5', + version='1.0.8', 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 33097bc..9c6cbcb 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.7" +__version__ = "1.0.8" __author__ = "acidvegas" __license__ = "ISC"