From 54d381f7c8e1f502080c1ac0fa76320d8993ae2a Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 11 Mar 2015 20:03:19 -0500 Subject: [PATCH] v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81e9277..d392c8f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def parse_markdown_readme(): setup( name='rest-pandas', - version='0.2.1', + version='0.3.0', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://github.com/wq/django-rest-pandas',