diff --git a/setup.py b/setup.py index 130ab44..284884b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open('README.md', 'r') as fh: long_description = fh.read() -VERSION = '0.7.1' +VERSION = '0.8' requirements = ( 'Django>=1.11,<6.0',