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 c6628a0 commit f8cc096Copy full SHA for f8cc096
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__ = ("4", "0", "0")
+__version_info__ = ("4", "0", "1")
5
__version__ = ".".join(__version_info__)
6
__author__ = "Alan Hamlett"
7
__author_email__ = "[email protected]"
0 commit comments