Bumped version number

This commit is contained in:
Justin Driscoll 2010-04-26 10:40:24 -04:00
parent 50d08ef92e
commit d588be8b8a
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
Django ImageKit
Author: Justin Driscoll <justin.driscoll@gmail.com>
Version: 0.3.2
Version: 0.3.3
"""
VERSION = "0.3.2"
VERSION = "0.3.3"

View file

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