Prepair for 1.0.5

This commit is contained in:
Dionysus 2024-12-31 18:20:11 -05:00
parent 54c0591053
commit da760ffbe6
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
ISC License 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 Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above purpose with or without fee is hereby granted, provided that the above

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.4', version='1.0.5',
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.4" __version__ = "1.0.5"
__author__ = "acidvegas" __author__ = "acidvegas"
__license__ = "ISC" __license__ = "ISC"