From b57963a76710ce6d943032240f074c487012408e Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Mon, 18 Sep 2023 11:46:18 +0200 Subject: [PATCH] update to 0.12.0 (#120) Signed-off-by: Gabriele Santomaggio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cb3fa6..278012b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.11.1" +version = "0.12.0" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia "] readme = "README.md"