From a2f298ce4a128bedc6acb3cd5fbcad26b7ce62d5 Mon Sep 17 00:00:00 2001 From: Justin Walgran Date: Wed, 18 Dec 2019 13:38:31 -0700 Subject: [PATCH] 1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1af112b..edbec1f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-queryset-csv', - version='1.0.2', + version='1.0.3', description='A simple python module for writing querysets to csv', long_description=open('README.rst').read(), author='Steve Lamb',