From 00767c6935b2fd9a118573caea9b7e1e38f72dcb Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sun, 4 Apr 2021 07:34:04 +0200 Subject: [PATCH] Bump to 0.10.0-alpha.2 --- amqtt/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amqtt/__init__.py b/amqtt/__init__.py index e4e0261e..fb7e9f9c 100644 --- a/amqtt/__init__.py +++ b/amqtt/__init__.py @@ -1,3 +1,3 @@ # See the file license.txt for copying permission. -__version__ = "0.10.0-alpha.1" +__version__ = "0.10.0-alpha.2" diff --git a/pyproject.toml b/pyproject.toml index 8cd99a18..0f332e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amqtt" -version = "0.10.0-alpha.1" +version = "0.10.0-alpha.2" description = "MQTT client/broker using Python asyncio" authors = ["aMQTT Contributers"] license = "MIT"