mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
Bump version: 0.6.0 → 0.6.1
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user