@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.1.2
+:Version: 1.1.3
: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, 1, 2)
+VERSION = (1, 1, 3)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"