From 01e286274881a443ebcb4fd3bc42ce8f01f05415 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sun, 11 Jun 2023 17:21:49 +0400 Subject: [PATCH] Version bumped to 0.4.0 Signed-off-by: Pavel Kirilin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0395a5d..a80e600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-aio-pika" -version = "0.3.0" +version = "0.4.0" description = "RabbitMQ broker for taskiq" authors = ["Pavel Kirilin "] readme = "README.md"