From d741cc3383a317ffca40b69a25ab8a86df24aa26 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 16 Sep 2010 11:40:42 +0200 Subject: [PATCH] Bumped to 0.6a7. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaa70e5..ce1bb57 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ README = read('README.rst') setup( name = "django_compressor", - version = "0.6a6", + version = "0.6a7", url = 'http://github.com/mintchaos/django_compressor', license = 'BSD', description = "Compresses linked and inline javascript or CSS into a single cached file.",