Skip to content

Commit 34ce6f8

Browse files
committed
[Mod] 更新版本号到1.0.1
1 parent 8a7925a commit 34ce6f8

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.0.0版本
1+
# 1.0.1版本
22

33
1. 将模块的图标文件信息,改为完整路径字符串

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# vn.py框架的Excel RTD应用模块
1+
# VeighNa框架的Excel RTD应用模块
22

33
<p align="center">
44
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
55
</p>
66

77
<p align="center">
8-
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-1.0.1-blueviolet.svg"/>
99
<img src ="https://img.shields.io/badge/platform-windows-yellow.svg"/>
1010
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
1111
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
@@ -15,20 +15,21 @@
1515

1616
RTD全称是RealTimeData,是微软提供的主要面向金融行业中实时数据需求设计的Excel数据对接方案.
1717

18-
ExcelRtd模块则是vn.py官方提供的用于实现在Excel中访问vn.py程序内任意数据信息的功能模块
18+
ExcelRtd模块则是VeighNa官方提供的用于实现在Excel中访问VeighNa程序内任意数据信息的功能模块
1919

2020
## 安装
2121

22-
安装需要基于3.0.0版本以上的[VN Studio](https://www.vnpy.com)
22+
安装环境推荐基于3.0.0版本以上的[**VeighNa Studio**](https://www.vnpy.com)
2323

2424
直接使用pip命令:
2525

2626
```
2727
pip install vnpy_excelrtd
2828
```
2929

30-
下载解压后在cmd中运行
30+
31+
或者下载源代码后,解压后在cmd中运行:
3132

3233
```
33-
pip install -e .
34+
pip install .
3435
```

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
22
name = vnpy_excelrtd
3-
version = 1.0.0
3+
version = 1.0.1
44
url = https://www.vnpy.com
55
license = MIT
66
author = Xiaoyou Chen
77
author_email = [email protected]
8-
description = excel RTD application for vn.py quant trading framework.
8+
description = excel RTD application for VeighNa quant trading framework.
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
1111
keywords =

0 commit comments

Comments
 (0)