diff --git a/setup.py b/setup.py index edbec1f..343bb1b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-queryset-csv', - version='1.0.3', + version='1.1.0', description='A simple python module for writing querysets to csv', long_description=open('README.rst').read(), author='Steve Lamb',