From b32d37d01839ed0d062665f893f0b2570883b0fb Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Thu, 25 Aug 2016 15:29:48 -0500 Subject: [PATCH] v0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09aa444..23add87 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def parse_markdown_readme(): setup( name='rest-pandas', - version='0.4.0', + version='0.4.1', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='https://github.com/wq/django-rest-pandas',