Skip to content

Commit f7f5f53

Browse files
author
llllllllll
committed
REL 0.8.3
We messed up the sdist a couple times.
1 parent ebc87d1 commit f7f5f53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/beginner-tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ on OSX):
117117
[--capital_base CAPITAL_BASE] [--source {yahoo}] [--source_time_column SOURCE_TIME_COLUMN] [--symbols SYMBOLS]
118118
[--output OUTPUT] [--metadata_path METADATA_PATH] [--metadata_index METADATA_INDEX] [--print-algo] [--no-print-algo]
119119
120-
Zipline version 0.8.0.
120+
Zipline version 0.8.3.
121121
122122
optional arguments:
123123
-h, --help show this help message and exit

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def pre_setup():
192192

193193
setup(
194194
name='zipline',
195-
version='0.8.2',
195+
version='0.8.3',
196196
description='A backtester for financial algorithms.',
197197
author='Quantopian Inc.',
198198
author_email='[email protected]',

zipline/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# This is *not* a place to dump arbitrary classes/modules for convenience,
2121
# it is a place to expose the public interfaces.
2222

23-
__version__ = "0.8.0"
23+
__version__ = "0.8.3"
2424

2525
from . import data
2626
from . import finance

0 commit comments

Comments
 (0)