From 7dfa0d1980c5a32569f206977fdf89ac3a5ab365 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 27 Mar 2013 13:04:24 -0400 Subject: [PATCH] REL: v0.5.8 - Fixes bug/confusion caused by pandoc conversion in setup.py - Slight refactorings, removing missing methods, etc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a58bbb6b..d20cac07 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ else: setup( name='zipline', - version='0.5.7', + version='0.5.8', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',