conflicting pypi repo names

This commit is contained in:
Dionysus 2024-11-29 23:04:48 -05:00
parent ccd51ea429
commit fbe6a165fd
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(
name="meshtastic-mqtt-json",
version='0.1.0',
version='0.1.1',
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.0"
__version__ = "0.1.1"
__author__ = "acidvegas"
__license__ = "ISC"