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 19642b4 commit ef9c5c5Copy full SHA for ef9c5c5
wakaq/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "WakaQ"
2
__description__ = "Distributed task queue for Python backed by Redis, a minimal Celery."
3
__url__ = "https://github.com/wakatime/wakaq"
4
-__version_info__ = ("1", "0", "1")
+__version_info__ = ("1", "0", "2")
5
__version__ = ".".join(__version_info__)
6
__author__ = "Alan Hamlett"
7
__author_email__ = "alan.hamlett@gmail.com"
0 commit comments