diff --git a/wakaq/__about__.py b/wakaq/__about__.py index c0e16e7..fbc99e1 100644 --- a/wakaq/__about__.py +++ b/wakaq/__about__.py @@ -1,7 +1,7 @@ __title__ = "WakaQ" __description__ = "Distributed task queue for Python backed by Redis, a minimal Celery." __url__ = "https://github.com/wakatime/wakaq" -__version_info__ = ("0", "0", "2") +__version_info__ = ("0", "0", "3") __version__ = ".".join(__version_info__) __author__ = "Alan Hamlett" __author_email__ = "alan.hamlett@gmail.com"