Skip to content

Commit

Permalink
v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Nov 10, 2023
1 parent 2052d70 commit 7246075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakaq/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "WakaQ"
__description__ = "Background task queue for Python backed by Redis, a minimal Celery."
__url__ = "https://github.com/wakatime/wakaq"
__version_info__ = ("2", "1", "16")
__version_info__ = ("2", "1", "17")
__version__ = ".".join(__version_info__)
__author__ = "Alan Hamlett"
__author_email__ = "alan.hamlett@gmail.com"
Expand Down

0 comments on commit 7246075

Please sign in to comment.