Bump version number.

This commit is contained in:
Bryan Veloso 2015-12-08 11:38:39 -08:00
parent d1e877f07d
commit 53fb3a8722

View file

@ -1,5 +1,5 @@
__title__ = 'django-imagekit'
__author__ = 'Matthew Tretter, Eric Eldredge, Bryan Veloso, Greg Newman, Chris Drackett, Justin Driscoll'
__version__ = '3.2.7'
__version__ = '3.3'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']