@@ -2,7 +2,7 @@
celery - Distributed Task Queue for Django/Python
===================================================
-:Version: 0.6.0
+:Version: 0.7.0
Introduction
============
@@ -1,6 +1,6 @@
"""Distributed Task Queue for Django/Python"""
-VERSION = (0, 6, 0)
+VERSION = (0, 7, 0)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"