From 63c84e859cc38c1516dbcd0a1a1e422bcc08b824 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Wed, 4 Jun 2025 16:29:28 +0200 Subject: [PATCH] promote to 0.1.0 Signed-off-by: Gabriele Santomaggio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e697cf..3e16a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rabbitmq-amqp-python-client" -version = "0.1.0-rc.1" +version = "0.1.0" description = "Python RabbitMQ client for AMQP 1.0 protocol" authors = ["RabbitMQ team"] license = "Apache-2.0 license"