Compare commits
2 Commits
ccd51ea429
...
8ff2e6b04a
Author | SHA1 | Date | |
---|---|---|---|
8ff2e6b04a | |||
fbe6a165fd |
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="meshtastic-mqtt-json",
|
name="meshtastic-mqtt-json",
|
||||||
version='0.1.0',
|
version='0.1.2',
|
||||||
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',
|
||||||
|
@ -4,6 +4,6 @@ Meshtastic MQTT Interface - A lightweight Python library for parsing Meshtastic
|
|||||||
|
|
||||||
from .client import MeshtasticMQTT
|
from .client import MeshtasticMQTT
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.2"
|
||||||
__author__ = "acidvegas"
|
__author__ = "acidvegas"
|
||||||
__license__ = "ISC"
|
__license__ = "ISC"
|
Loading…
Reference in New Issue
Block a user