From 2e63f3a8266353757e3a922b90a1602225110818 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Tue, 21 Nov 2023 14:29:19 +0100 Subject: [PATCH] bump to 9.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 052c8c87..14adda7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.3.0" +version = "9.3.1" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"