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 181a5ad commit fee7605Copy full SHA for fee7605
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", "9")
+__version_info__ = ("2", "1", "10")
5
__version__ = ".".join(__version_info__)
6
__author__ = "Alan Hamlett"
7
__author_email__ = "alan.hamlett@gmail.com"
0 commit comments