Bumped to development version 0.6a1.

This commit is contained in:
Jannis Leidel
2010-06-07 15:07:57 +02:00
parent 6f4a9078bd
commit 1811c8f854

View File

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