Bump the version to 3.0.4.

This commit is contained in:
Bryan Veloso 2013-09-26 10:56:22 -07:00
parent 5a218e1465
commit d6a024ed2d

View file

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