@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (0, 9, 4)
+VERSION = (0, 9, 5)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"