diff --git a/setup.py b/setup.py index 4b42e2a..1db9da6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run_tests(self): setup( name='django-enumfields', - version='0.8.0', + version='0.8.1', author='HZDG', author_email='webmaster@hzdg.com', description='Real Python Enums for Django.',