From e7dfca723dff79ffd89347f038bc421f4cb978ce Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 20 Nov 2012 16:09:28 -0500 Subject: [PATCH] Relase 0.5.3 Main fix contained with in is the fix to the time step in risk metric benchmarks. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1a68a04..ed61ecd2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages setup( name='zipline', - version='0.5.2', + version='0.5.3', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',