From 39b9301e957ad4b0d31c5cd2b70e25ad5dcd7998 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sat, 13 Mar 2021 18:20:27 +0100 Subject: [PATCH] prepare second alpha release: 0.10.0-alpha.1 --- docs/conf.py | 2 +- hbmqtt/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 85f6602d..cfc8f9f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # # The full version, including alpha/beta/rc tags. -release = '0.10.0a0' +release = '0.10.0-alpha.1' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/hbmqtt/__init__.py b/hbmqtt/__init__.py index c38104e5..d66f2b0c 100644 --- a/hbmqtt/__init__.py +++ b/hbmqtt/__init__.py @@ -1,3 +1,3 @@ # See the file license.txt for copying permission. -__version__ = "0.10.0a0" \ No newline at end of file +__version__ = "0.10.0-alpha.1" \ No newline at end of file diff --git a/setup.py b/setup.py index f2c5faa3..ca9c83bb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="amqtt", - version="0.10.0a0", + version="0.10.0-alpha.1", description="MQTT client/broker using Python asyncio", author="aMQTT Contributers (https://github.com/Yakifo/amqtt/graphs/contributors)", url="https://github.com/Yakifo/amqtt",