From 0a45787bf518b26ba21ba0b99101a6c480fd634d Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 27 Nov 2024 09:09:48 +0100 Subject: [PATCH] 0.20.7 (#217) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 468dcf3..07cad70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.20.6" +version = "0.20.7" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia ", "Gabriele Santomaggio "] readme = "README.md"