mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
REL 0.8.3
We messed up the sdist a couple times.
This commit is contained in:
@@ -117,7 +117,7 @@ on OSX):
|
||||
[--capital_base CAPITAL_BASE] [--source {yahoo}] [--source_time_column SOURCE_TIME_COLUMN] [--symbols SYMBOLS]
|
||||
[--output OUTPUT] [--metadata_path METADATA_PATH] [--metadata_index METADATA_INDEX] [--print-algo] [--no-print-algo]
|
||||
|
||||
Zipline version 0.8.0.
|
||||
Zipline version 0.8.3.
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
|
||||
@@ -192,7 +192,7 @@ pre_setup()
|
||||
|
||||
setup(
|
||||
name='zipline',
|
||||
version='0.8.2',
|
||||
version='0.8.3',
|
||||
description='A backtester for financial algorithms.',
|
||||
author='Quantopian Inc.',
|
||||
author_email='opensource@quantopian.com',
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ Zipline
|
||||
# This is *not* a place to dump arbitrary classes/modules for convenience,
|
||||
# it is a place to expose the public interfaces.
|
||||
|
||||
__version__ = "0.8.0"
|
||||
__version__ = "0.8.3"
|
||||
|
||||
from . import data
|
||||
from . import finance
|
||||
|
||||
Reference in New Issue
Block a user