From d43ade7e4c05f851618a285838214a2c73bad41e Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Tue, 19 Mar 2024 12:56:46 +0100 Subject: [PATCH] Bump to 9.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9063e5f..d3af25a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.4.0" +version = "9.4.1" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"