Prepare for 1.0.4
This commit is contained in:
parent
608d89ebea
commit
c1b8cbfa0b
2
setup.py
2
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',
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user