Compare commits

..

No commits in common. "8ff2e6b04ac48f9c35347564876f6f9ee3239638" and "ccd51ea42952f2bccc23a916a9f9514c248539a0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="meshtastic-mqtt-json",
version='0.1.2',
version='0.1.0',
author='acidvegas',
author_email='acid.vegas@acid.vegas',
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
__version__ = "0.1.2"
__version__ = "0.1.0"
__author__ = "acidvegas"
__license__ = "ISC"