From 1b29437180834ec5196b5b07c6ee24fff0bf996d Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Sat, 12 Feb 2011 14:04:42 -0800 Subject: [PATCH] Bumping the version number. --- imagekit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index aa78b1e..5a0a950 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -2,7 +2,7 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3.4 +Version: 0.3.5 """ __author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' diff --git a/setup.py b/setup.py index 0c0d585..8ac1594 100644 --- a/setup.py +++ b/setup.py @@ -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',