diff --git a/imagekit/__init__.py b/imagekit/__init__.py index df3c3f0..1d30445 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -3,8 +3,8 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3.2 +Version: 0.3.3 """ -VERSION = "0.3.2" +VERSION = "0.3.3" \ No newline at end of file diff --git a/setup.py b/setup.py index 643383e..2e865bd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='django-imagekit', - version='0.3.2', + version='0.3.3', description='Automated image processing for Django models.', author='Justin Driscoll', author_email='justin@driscolldev.com',