From d588be8b8aef76083b29e5ec9861c43c65c9a7a2 Mon Sep 17 00:00:00 2001 From: Justin Driscoll Date: Mon, 26 Apr 2010 10:40:24 -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 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',