From 6be297e87fc6186e0c761e9f473fb0af27fdf0c3 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 13 Jan 2011 21:51:23 +0100 Subject: [PATCH] Bumped version up a bit. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9571963..b355734 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ README = read('README.rst') setup( name = "django_compressor", - version = "0.6a7", + version = "0.6a8", url = 'http://github.com/mintchaos/django_compressor', license = 'BSD', description = "Compresses linked and inline javascript or CSS into a single cached file.",