bump the version to 0.2.1

This commit is contained in:
Ken Cochrane 2015-02-26 12:42:47 -05:00
parent 6e04cb4760
commit 83201c104f

View file

@ -6,7 +6,7 @@ except ImportError:
from distutils.core import setup
version = '0.2'
version = '0.2.1'
setup(name='django-defender',
version=version,