Bump version: 0.6.0 → 0.6.1

This commit is contained in:
twiecki
2014-04-17 15:49:33 -04:00
parent 85053f7536
commit b38bf07a95
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
files = zipline/__init__.py .bumpversion.cfg conda/zipline/meta.yaml setup.py
commit = True
tag = True
current_version = 0.6.0
current_version = 0.6.1
+3 -3
View File
@@ -1,10 +1,10 @@
package:
name: zipline
version: 0.6.0
version: 0.6.1
source:
fn: zipline-0.6.0.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.6.0.tar.gz
fn: zipline-0.6.1.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.6.1.tar.gz
md5: 75d818c291df133946bb15a1b08ae0d8
requirements:
+1 -1
View File
@@ -42,7 +42,7 @@ else:
setup(
name='zipline',
version='0.6.0',
version='0.6.1',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',
+1 -1
View File
@@ -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.6.0"
__version__ = "0.6.1"
from . import data
from . import finance