From e0013ef817b87e7069527ea777f9bde71acc7b2f Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Fri, 14 Jun 2024 08:31:51 +0200 Subject: [PATCH] Version bumped to 0.11.5. Signed-off-by: Pavel Kirilin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73cda53..ea4dbaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq" -version = "0.11.4" +version = "0.11.5" description = "Distributed task queue with full async support" authors = ["Pavel Kirilin "] maintainers = ["Pavel Kirilin "]