prepare 0.10.0 release

pull/25/head
Florian Ludwig 2021-03-09 19:37:05 +01:00
rodzic b85774439e
commit 836fa0e049
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,4 +2,4 @@
#
# See the file license.txt for copying permission.
VERSION = (0, 9, 7, 'alpha', 0)
VERSION = (0, 10, 0)

Wyświetl plik

@ -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",