The serial must be greater than 0 for an alpha release. Fixes #101. Thanks @vesterbaek!

This commit is contained in:
Bryan Veloso 2012-02-15 12:57:36 -08:00
parent a004071e27
commit dafbe2040d

View file

@ -1,4 +1,4 @@
__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
__version__ = (2, 0, 0, 'alpha', 0)
__version__ = (2, 0, 0, 'alpha', 1)
__license__ = 'BSD'