django-imagekit/imagekit/__init__.py

5 lines
190 B
Python
Raw Normal View History

__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
2011-11-10 06:39:47 +00:00
__version__ = (1, 1, 0, 'dev', 0)
__license__ = 'BSD'