From d054008990fa30273d41a5738558c4c5ab00b205 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Sat, 27 Jul 2013 09:50:37 -0400 Subject: [PATCH] BLD: Bumped version to 0.5.10. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85411849..adc5c79f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ else: setup( name='zipline', - version='0.5.9', + version='0.5.10', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',