Bump version to 3.0a5

This commit is contained in:
Matthew Tretter 2013-02-25 22:43:37 -05:00
parent 92a3c2688c
commit c64eee40b3

View file

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