From 6759897efac04fdf69e10ef24c342a940c4d0606 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Thu, 19 Mar 2015 13:24:53 -0500 Subject: [PATCH] v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d392c8f..41714b7 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def parse_markdown_readme(): setup( name='rest-pandas', - version='0.3.0', + version='0.3.1', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://github.com/wq/django-rest-pandas',