From eb5990e9919d0257088d268cd29bc49a1c7d4e87 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Tue, 13 Aug 2024 08:49:20 +0200 Subject: [PATCH] Bump to 9.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8103c6f7..90819662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.4.2" +version = "9.4.3" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"