@@ -6,6 +6,8 @@ include MANIFEST.in
include LICENSE
include TODO
include THANKS
+include pavement.py
+include setup.cfg
recursive-include celery *.py
recursive-include docs *
recursive-include tests *
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (1, 0, 1, "pre2")
+VERSION = (1, 0, 1)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.0.1-pre2
+:Version: 1.0.1
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/