Bumped version to 0.3.1 for release

This commit is contained in:
Justin Driscoll 2009-05-17 08:46:08 -04:00
parent 0105940e98
commit 1a7ec0d947
2 changed files with 3 additions and 6 deletions

View file

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

View file

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