Bumping internal version to 0.3.4.

This commit is contained in:
Bryan Veloso 2011-02-11 12:52:42 -08:00
parent 2b80ccf2e3
commit 5d0808467e

View file

@ -1,10 +1,11 @@
"""
Django ImageKit
Author: Justin Driscoll <justin.driscoll@gmail.com>
Version: 0.3.3
Version: 0.3.4
"""
VERSION = "0.3.3"
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
__version__ = (0, 3, 4)