@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.0.3
+:Version: 1.0.4
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (1, 0, 3)
+VERSION = (1, 0, 4)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
@@ -3,4 +3,4 @@ python-dateutil
anyjson
carrot>=0.10.4
django-picklefield
-billiard>=0.3.0
+billiard>=0.3.1
@@ -65,7 +65,7 @@ install_requires.extend([
"anyjson",
"carrot>=0.10.4",
"django-picklefield",
- "billiard>=0.3.0"])
+ "billiard>=0.3.1"])
py_version = sys.version_info
if sys.version_info <= (2, 5):