From b942a9fcea089abc12d47adb8282638b17042d8a Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 10 Feb 2011 19:03:48 -0800 Subject: [PATCH] Bumping the version to 0.3.4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 009c9b6..184925d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name='django-imagekit', - version='0.3.3', + version='0.3.4', description='Automated image processing for Django models.', author='Justin Driscoll', author_email='justin@driscolldev.com',