From 9ec4c439fc0871dde2987d40247890bb5cfd42a6 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Fri, 10 Nov 2023 13:59:26 +0100 Subject: [PATCH] Version bumped to 0.5.2 Signed-off-by: Pavel Kirilin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ce60f5..f34bed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-redis" -version = "0.5.1" +version = "0.5.2" description = "Redis integration for taskiq" authors = ["taskiq-team "] readme = "README.md"