From 1a7ec0d9477ebbc12b68772c4ea2d810c4bd7596 Mon Sep 17 00:00:00 2001 From: Justin Driscoll Date: Sun, 17 May 2009 08:46:08 -0400 Subject: [PATCH] Bumped version to 0.3.1 for release --- imagekit/__init__.py | 7 ++----- setup.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 0b8abf5..fd95c7c 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -3,11 +3,8 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3 +Version: 0.3.1 """ -VERSION = "0.3" - - - +VERSION = "0.3.1" \ No newline at end of file diff --git a/setup.py b/setup.py index 0f12107..a584cf7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='django-imagekit', - version='0.3', + version='0.3.1', description='Automated image processing for Django models.', author='Justin Driscoll', author_email='justin@driscolldev.com',