v1.0.8 because i suck at versioning/releases

This commit is contained in:
Dionysus 2025-01-02 10:36:23 -05:00
parent 3da17f231d
commit 8fc2527c9d
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="meshtastic-mqtt-json", name="meshtastic-mqtt-json",
version='1.0.5', version='1.0.8',
author='acidvegas', author='acidvegas',
author_email='acid.vegas@acid.vegas', author_email='acid.vegas@acid.vegas',
description='A lightweight Python library for parsing Meshtastic MQTT messages', description='A lightweight Python library for parsing Meshtastic MQTT messages',

View File

@ -4,6 +4,6 @@ Meshtastic MQTT Interface - A lightweight Python library for parsing Meshtastic
from .client import MeshtasticMQTT from .client import MeshtasticMQTT
__version__ = "1.0.7" __version__ = "1.0.8"
__author__ = "acidvegas" __author__ = "acidvegas"
__license__ = "ISC" __license__ = "ISC"