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.",