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 cae8223 commit 5f5023eCopy full SHA for 5f5023e
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__ = ("2", "1", "25")
+__version_info__ = ("3", "0", "0")
5
__version__ = ".".join(__version_info__)
6
__author__ = "Alan Hamlett"
7
__author_email__ = "[email protected]"
0 commit comments