Skip to content

Commit

Permalink
prepare 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig committed Mar 13, 2021
1 parent b857744 commit 836fa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hbmqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# See the file license.txt for copying permission.

VERSION = (0, 9, 7, 'alpha', 0)
VERSION = (0, 10, 0)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 836fa0e

Please sign in to comment.