Skip to content

Commit a8e9386

Browse files
committed
修改版本信息
1 parent 0102749 commit a8e9386

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QuantDigger 0.6.1
1+
QuantDigger 0.5.1
22
==================
33

44
QuantDigger是一个基于python的量化回测框架。它借鉴了主流商业软件(比如TB, 金字塔)简洁的策略语法,同时
@@ -33,9 +33,7 @@ wiki文档_
3333
* lxml (tushare需要)
3434
* tushare_ (一个非常强大的股票信息抓取工具)
3535
* python-dateutil(可选)
36-
* pyqt (可选)
37-
* Pyqt (可选)
38-
* IPython (可选)
36+
* IPython
3937
* TA-Lib
4038

4139
* 可以用pip安装依赖库:
@@ -177,12 +175,8 @@ k线显示使用了系统自带的一个联动窗口控件,由蓝色的滑块
177175

178176
版本
179177
~~~~
180-
**0.6.1 版本 2017-07-14**
181178

182-
* 兼容Python 2和Python 3
183-
* 更改tushare数据接口,获取数据速度提升
184-
185-
**0.5.0 版本 2017-07-13**
179+
**0.5.1 版本 2017-07-13**
186180

187181
* 在原来0.5.0版的基础上改为支持Python3.6
188182

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
1010
name="QuantDigger",
11-
version="0.6.1",
11+
version="0.5.1",
1212
description="量化交易Python回测系统",
1313
long_description=readme,
1414
author="QuantFans",
1515
author_email="dingjie.wang@foxmail.com",
1616
license="MIT",
1717
url="https://github.com/QuantFans/quantdigger",
18-
packages=find_packages(exclude=['tests', 'demo', "requirements", "images", "setupscripts"]),
18+
packages=find_packages(exclude=['tests', 'demo', "requirements", "images"]),
1919
include_package_data=True,
2020
install_requires=[
2121
"tushare>=0.8.2",

0 commit comments

Comments
 (0)