From e6158198c31af1ce2decd95ae888b26b01ff7fbb Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Wed, 4 Dec 2024 11:17:43 +0100 Subject: [PATCH] bump to 0.20.8 Signed-off-by: Gabriele Santomaggio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07cad70..e470b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.20.7" +version = "0.20.8" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia ", "Gabriele Santomaggio "] readme = "README.md"