Skip to content

Commit

Permalink
Bump version: 0.7.0rc1 → 0.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Jul 25, 2014
1 parent b4970ad commit 297223a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conda/zipline/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: zipline
version: 0.7.0rc1rc1rc1
version: 0.7.0rc1rc1rc1rc1

source:
fn: zipline-0.7.0rc1rc1rc1.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0rc1rc1rc1.tar.gz
fn: zipline-0.7.0rc1rc1rc1rc1.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0rc1rc1rc1rc1.tar.gz
md5: 5963340584c1bddd446c09bfbbedd38c

requirements:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name='zipline',
version='0.7.0rc1rc1rc1',
version='0.7.0rc1rc1rc1rc1',
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.7.0rc1rc1rc1"
__version__ = "0.7.0rc1rc1rc1rc1"

from . import data
from . import finance
Expand Down

0 comments on commit 297223a

Please sign in to comment.