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',