From b2f5ba1a2e3dc0e3456d6beadba345b3604d8a26 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Tue, 11 Jun 2024 20:25:21 +0200 Subject: [PATCH] Version bumped to 1.0.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 9dc59a9..8cc75d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-redis" -version = "0.5.6" +version = "1.0.0" description = "Redis integration for taskiq" authors = ["taskiq-team "] readme = "README.md"