diff --git a/setup.py b/setup.py index c2cce60..31b9207 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open('README.md', 'r') as fh: long_description = fh.read() -VERSION = '0.5.0' +VERSION = '0.6.0' requirements = ( 'Django>=1.11,<5.0',