Bumped version up a bit.

This commit is contained in:
Jannis Leidel
2011-01-13 21:51:23 +01:00
parent 403abc31d0
commit 6be297e87f

View File

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