From 1f17ece92ed177469906e6dc6c3a7013fae40cf8 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Mon, 20 Apr 2015 09:25:57 -0500 Subject: [PATCH] v0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41714b7..f85f2ed 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def parse_markdown_readme(): setup( name='rest-pandas', - version='0.3.1', + version='0.3.2', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://github.com/wq/django-rest-pandas',