From 5d0808467e8ec884742860f5ac0da050e3549334 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 11 Feb 2011 12:52:42 -0800 Subject: [PATCH] Bumping internal version to 0.3.4. --- imagekit/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 1d30445..aa78b1e 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -1,10 +1,11 @@ """ - Django ImageKit Author: Justin Driscoll -Version: 0.3.3 +Version: 0.3.4 """ -VERSION = "0.3.3" - \ No newline at end of file +__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' +__version__ = (0, 3, 4) + +