Bumped version number

This commit is contained in:
Justin Driscoll 2009-06-04 11:58:33 -04:00
parent 70da53ba4d
commit 70acfa5a95
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.1
Version: 0.3.2
"""
VERSION = "0.3.1"
VERSION = "0.3.2"

View file

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='django-imagekit',
version='0.3.1',
version='0.3.2',
description='Automated image processing for Django models.',
author='Justin Driscoll',
author_email='justin@driscolldev.com',