django-imagekit/imagekit/__init__.py

5 lines
192 B
Python
Raw Normal View History

__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
2011-12-23 06:02:35 +00:00
__version__ = (1, 1, 0, 'final', 0)
__license__ = 'BSD'