From 85c5b9644762f11c729580943be686c4746bdf20 Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 2 Oct 2024 09:05:58 +0200 Subject: [PATCH] v0.20.5 (#209) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 899a748..423d99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.20.4" +version = "0.20.5" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia ", "Gabriele Santomaggio "] readme = "README.md"