mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
11 lines
193 B
Python
11 lines
193 B
Python
"""
|
|
Django ImageKit
|
|
|
|
Author: Justin Driscoll <justin.driscoll@gmail.com>
|
|
Version: 0.3.6
|
|
|
|
"""
|
|
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
|
|
__version__ = (0, 3, 6)
|
|
|
|
|