Bump version to 4.0.1

This commit is contained in:
Venelin Stoykov 2017-05-17 17:45:22 +03:00
parent 499e9e1e07
commit f96dadbfe0

View file

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