We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89c40c commit d20ce1cCopy full SHA for d20ce1c
wakaq/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "WakaQ"
2
__description__ = "Background task queue for Python backed by Redis, a minimal Celery."
3
__url__ = "https://github.com/wakatime/wakaq"
4
-__version_info__ = ("3", "0", "4")
+__version_info__ = ("3", "0", "5")
5
__version__ = ".".join(__version_info__)
6
__author__ = "Alan Hamlett"
7
__author_email__ = "alan.hamlett@gmail.com"
0 commit comments