From f1652cbb3b7fb9b401303ca5cba922fb8b9e2b71 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Mon, 17 Nov 2014 12:02:29 -0600 Subject: [PATCH] v0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cad8c59..81e9277 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def parse_markdown_readme(): setup( name='rest-pandas', - version='0.2.0', + version='0.2.1', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://github.com/wq/django-rest-pandas',