@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.0.0-pre3
+:Version: 1.0.0-pre4
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
django, python, webhooks, queue, distributed
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (0, 9, 7)
+VERSION = (0, 9, 8)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"