From eefa570b6e29c3c7ab059592873f9f1941787695 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Fri, 10 Feb 2023 14:35:45 +0300 Subject: [PATCH] bump to 6.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bce8e4..75265b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiormq" -version = "6.7.0" +version = "6.7.1" description = "Pure python AMQP asynchronous client library" authors = ["Dmitry Orlov "] readme = "README.rst"