From e5f41e745518ab119943c5599f9988f61171e1fd Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 12 Nov 2012 12:47:48 -0500 Subject: [PATCH] Bumps release to 0.5.2. Mainly fixes to imports and downloading of resources that were preventing installations. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8eaf1780..3a389bca 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup, find_packages setup(name='zipline', - version='0.5.1', + version='0.5.2', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',