Bumped version up to 0.5.3.

This commit is contained in:
Jannis Leidel
2010-02-24 16:17:36 +01:00
parent 0fd0712565
commit 1c4f957843

View File

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