From 3a3de185f260c9b961e8ca3b0b077a5439842bc6 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 5 Sep 2022 11:04:15 +0200 Subject: [PATCH] v0.0.7 --- wakaq/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakaq/__about__.py b/wakaq/__about__.py index 1988b66..abef160 100644 --- a/wakaq/__about__.py +++ b/wakaq/__about__.py @@ -1,7 +1,7 @@ __title__ = "WakaQ" __description__ = "Distributed task queue for Python backed by Redis, a minimal Celery." __url__ = "https://github.com/wakatime/wakaq" -__version_info__ = ("0", "0", "6") +__version_info__ = ("0", "0", "7") __version__ = ".".join(__version_info__) __author__ = "Alan Hamlett" __author_email__ = "alan.hamlett@gmail.com"