@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (1, 0, 0)
+VERSION = (1, 0, 1, "pre1")
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.0.0
+:Version: 1.0.1-pre1
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/