kopia lustrzana https://github.com/Yakifo/amqtt
prepare 0.10.0 release
rodzic
b85774439e
commit
836fa0e049
|
@ -2,4 +2,4 @@
|
|||
#
|
||||
# See the file license.txt for copying permission.
|
||||
|
||||
VERSION = (0, 9, 7, 'alpha', 0)
|
||||
VERSION = (0, 10, 0)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
|||
from hbmqtt.version import get_version
|
||||
|
||||
setup(
|
||||
name="hbmqtt",
|
||||
name="amqtt",
|
||||
version=get_version(),
|
||||
description="MQTT client/broker using Python asyncio",
|
||||
author="Nicolas Jouanin",
|
||||
|
|
Ładowanie…
Reference in New Issue