Skip to content

Commit

Permalink
REL 0.8.3
Browse files Browse the repository at this point in the history
We messed up the sdist a couple times.
  • Loading branch information
llllllllll committed Nov 7, 2015
1 parent ebc87d1 commit f7f5f53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def pre_setup():

setup(
name='zipline',
version='0.8.2',
version='0.8.3',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion zipline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 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
Expand Down

0 comments on commit f7f5f53

Please sign in to comment.