From bbac6227275bbe07f32cefd009d9e5bc92cabe0c Mon Sep 17 00:00:00 2001 From: Daniele Date: Wed, 10 Apr 2024 11:00:48 +0200 Subject: [PATCH] v0.17.1 (#184) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9552cea..9cf59af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.17.0" +version = "0.17.1" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia "] readme = "README.md"