From f9079a3a60fb410859a2348b8bbf98e7c5fe9acd Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sat, 27 May 2023 16:56:22 +0400 Subject: [PATCH] Version bumped to 0.3.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 c59d68e..c79174a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-aio-pika" -version = "0.2.2" +version = "0.3.0" description = "RabbitMQ broker for taskiq" authors = ["Pavel Kirilin "] readme = "README.md"