From 9637a435514a91d5b3ec26feafdfdb69cdac646e Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 1 Apr 2011 11:56:44 -0700 Subject: [PATCH] Bumping the verison numbers. --- imagekit/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 5a0a950..0540878 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -2,10 +2,10 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3.5 +Version: 0.3.6 """ __author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' -__version__ = (0, 3, 4) +__version__ = (0, 3, 6) diff --git a/setup.py b/setup.py index 3f21307..2d4f6ce 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name='django-imagekit', - version='0.3.5', + version='0.3.6', description='Automated image processing for Django models.', author='Justin Driscoll', author_email='justin@driscolldev.com',