From 595e57b5ab87635b940aec45adff3b1e6bd46010 Mon Sep 17 00:00:00 2001 From: John Montgomery Date: Mon, 7 Jan 2013 10:01:27 +0000 Subject: [PATCH] Version 0.1.5 --- background_task/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background_task/__init__.py b/background_task/__init__.py index 036d6f9..5d3338b 100644 --- a/background_task/__init__.py +++ b/background_task/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 4) +VERSION = (0, 1, 5) __version__ = '.'.join(map(str, VERSION)) def background(*arg, **kw):