From 9eccc4169c717904be47dba485b6a6d94609d3a5 Mon Sep 17 00:00:00 2001 From: Michael Maurizi Date: Fri, 20 Apr 2018 13:52:16 -0400 Subject: [PATCH] 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a573ac7..eaeaf18 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-queryset-csv', - version='1.0.0', + version='1.0.1', description='A simple python module for writing querysets to csv', long_description=open('README.rst').read(), author='Steve Lamb',