Bumping the version number.

This commit is contained in:
Bryan Veloso 2011-02-12 14:04:42 -08:00
parent c566378764
commit 1b29437180
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Django ImageKit
Author: Justin Driscoll <justin.driscoll@gmail.com>
Version: 0.3.4
Version: 0.3.5
"""
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'

View file

@ -3,7 +3,7 @@ from distutils.core import setup
setup(
name='django-imagekit',
version='0.3.4',
version='0.3.5',
description='Automated image processing for Django models.',
author='Justin Driscoll',
author_email='justin@driscolldev.com',