From 4980be841e3fd9574ebf760b071fa12b281e34d9 Mon Sep 17 00:00:00 2001 From: DanielePalaia Date: Tue, 25 Feb 2025 16:38:48 +0100 Subject: [PATCH] 0.1.0-alpha.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea68931..23525f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rabbitmq-amqp-python-client" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" description = "Python RabbitMQ client for AMQP 1.0 protocol" authors = ["RabbitMQ team"] license = "Apache-2.0 license"