mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 23:39:59 +08:00
Bump version: 0.6.1 → 0.7.0
This commit is contained in:
+8
-4
@@ -1,13 +1,17 @@
|
||||
[bumpversion]
|
||||
commit = True
|
||||
tag = True
|
||||
current_version = 0.6.1
|
||||
current_version = 0.7.0
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
|
||||
serialize =
|
||||
{major}.{minor}.{patch}rc{release}
|
||||
{major}.{minor}.{patch}
|
||||
serialize =
|
||||
{major}.{minor}.{patch}rc{release}
|
||||
{major}.{minor}.{patch}
|
||||
|
||||
[bumpversion:file:zipline/__init__.py]
|
||||
|
||||
[bumpversion:file:.bumpversion.cfg]
|
||||
|
||||
[bumpversion:file:conda/zipline/meta.yaml]
|
||||
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package:
|
||||
name: zipline
|
||||
version: 0.6.1
|
||||
version: 0.7.0
|
||||
|
||||
source:
|
||||
fn: zipline-0.6.1.tar.gz
|
||||
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.6.1.tar.gz
|
||||
fn: zipline-0.7.0.tar.gz
|
||||
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0.tar.gz
|
||||
md5: e07499447eccdfc97d57478daef4d114
|
||||
|
||||
requirements:
|
||||
|
||||
@@ -42,7 +42,7 @@ else:
|
||||
|
||||
setup(
|
||||
name='zipline',
|
||||
version='0.6.1',
|
||||
version='0.7.0',
|
||||
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.1"
|
||||
__version__ = "0.7.0"
|
||||
|
||||
from . import data
|
||||
from . import finance
|
||||
|
||||
Reference in New Issue
Block a user