diff --git a/imagekit/__init__.py b/imagekit/__init__.py index c376984..1d7d570 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -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'