From 0c1659d3b84d7cfdfebc23dd99fa8cfb061cab5f Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Mon, 13 Mar 2023 12:57:28 +0400 Subject: [PATCH] Version bumped to 0.1.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 5798493..6fff4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-aio-pika" -version = "0.0.9" +version = "0.1.0" description = "RabbitMQ broker for taskiq" authors = ["Pavel Kirilin "] readme = "README.md"