@@ -1,5 +1,5 @@
"""Distributed Task Queue for Django"""
-VERSION = (0, 3, 9)
+VERSION = (0, 3, 10)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"