From 311aefeab0e2c091ca5de27646366bd9016f6ca8 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 15 Dec 2023 13:31:31 +0100 Subject: [PATCH] v2.1.21 --- wakaq/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakaq/__about__.py b/wakaq/__about__.py index 1a99e34..f5b20d5 100644 --- a/wakaq/__about__.py +++ b/wakaq/__about__.py @@ -1,7 +1,7 @@ __title__ = "WakaQ" __description__ = "Background task queue for Python backed by Redis, a minimal Celery." __url__ = "https://github.com/wakatime/wakaq" -__version_info__ = ("2", "1", "20") +__version_info__ = ("2", "1", "21") __version__ = ".".join(__version_info__) __author__ = "Alan Hamlett" __author_email__ = "alan.hamlett@gmail.com"