File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ on OSX):
117
117
[--capital_base CAPITAL_BASE] [--source {yahoo}] [--source_time_column SOURCE_TIME_COLUMN] [--symbols SYMBOLS]
118
118
[--output OUTPUT] [--metadata_path METADATA_PATH] [--metadata_index METADATA_INDEX] [--print-algo] [--no-print-algo]
119
119
120
- Zipline version 0.8.0 .
120
+ Zipline version 0.8.3 .
121
121
122
122
optional arguments:
123
123
-h, --help show this help message and exit
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def pre_setup():
192
192
193
193
setup (
194
194
name = 'zipline' ,
195
- version = '0.8.2 ' ,
195
+ version = '0.8.3 ' ,
196
196
description = 'A backtester for financial algorithms.' ,
197
197
author = 'Quantopian Inc.' ,
198
198
Original file line number Diff line number Diff line change 20
20
# This is *not* a place to dump arbitrary classes/modules for convenience,
21
21
# it is a place to expose the public interfaces.
22
22
23
- __version__ = "0.8.0 "
23
+ __version__ = "0.8.3 "
24
24
25
25
from . import data
26
26
from . import finance
You can’t perform that action at this time.
0 commit comments