diff --git a/amqtt/__init__.py b/amqtt/__init__.py index fb7e9f9c..9564083e 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.2" +__version__ = "0.10.0-alpha.3" diff --git a/pyproject.toml b/pyproject.toml index 759745ed..add15435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amqtt" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" description = "MQTT client/broker using Python asyncio" authors = ["aMQTT Contributers"] license = "MIT"