Bumps release to 0.5.2.

Mainly fixes to imports and downloading of resources that were
preventing installations.
This commit is contained in:
Eddie Hebert
2012-11-12 12:47:48 -05:00
parent 8eecf25985
commit e5f41e7455
+1 -1
View File
@@ -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',