From 836fa0e049a2a34d7bb17762db208fbde779df37 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Tue, 9 Mar 2021 19:37:05 +0100 Subject: [PATCH] prepare 0.10.0 release --- hbmqtt/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbmqtt/__init__.py b/hbmqtt/__init__.py index ac352675..388f2595 100644 --- a/hbmqtt/__init__.py +++ b/hbmqtt/__init__.py @@ -2,4 +2,4 @@ # # See the file license.txt for copying permission. -VERSION = (0, 9, 7, 'alpha', 0) +VERSION = (0, 10, 0) diff --git a/setup.py b/setup.py index 3d5baccb..70db11b1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from hbmqtt.version import get_version setup( - name="hbmqtt", + name="amqtt", version=get_version(), description="MQTT client/broker using Python asyncio", author="Nicolas Jouanin",