From 70acfa5a9547dac295cb8b32194897253823bd7f Mon Sep 17 00:00:00 2001 From: Justin Driscoll Date: Thu, 4 Jun 2009 11:58:33 -0400 Subject: [PATCH] Bumped version number --- 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 fd95c7c..df3c3f0 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -3,8 +3,8 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3.1 +Version: 0.3.2 """ -VERSION = "0.3.1" +VERSION = "0.3.2" \ No newline at end of file diff --git a/setup.py b/setup.py index a584cf7..643383e 100644 --- a/setup.py +++ b/setup.py @@ -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',