Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0b1d37

Browse files
committedSep 3, 2022
v0.0.6
1 parent fdaa2c3 commit a0b1d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wakaq/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "WakaQ"
22
__description__ = "Distributed task queue for Python backed by Redis, a minimal Celery."
33
__url__ = "https://github.com/wakatime/wakaq"
4-
__version_info__ = ("0", "0", "5")
4+
__version_info__ = ("0", "0", "6")
55
__version__ = ".".join(__version_info__)
66
__author__ = "Alan Hamlett"
77
__author_email__ = "alan.hamlett@gmail.com"

0 commit comments

Comments
 (0)
Please sign in to comment.