diff --git a/setup.py b/setup.py index f5a3a69..a5b385c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ README = read('README.rst') setup( name = "django_compressor", - version = "0.6a1", + version = "0.6a2", url = 'http://github.com/mintchaos/django_compressor', license = 'BSD', description = "Compresses linked and inline javascript or CSS into a single cached file.",