From 54f46fdedc91bc407a26af6438e6170428ec5a0e Mon Sep 17 00:00:00 2001 From: Daniele Palaia Date: Wed, 2 Oct 2024 08:59:33 +0200 Subject: [PATCH] v0.20.5 --- 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"