Skip to content

Commit 95d5e13

Browse files
committed
[Mod] 更新版本号到1.0.5
1 parent e672bfa commit 95d5e13

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# 1.0.4版本
1+
# 1.0.5版本
22

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

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# vn.py框架的数据管理模块
1+
# VeighNa框架的数据管理模块
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.4-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-1.0.5-blueviolet.svg"/>
99
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-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"/>
@@ -17,16 +17,17 @@
1717

1818
## 安装
1919

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

2222
直接使用pip命令:
2323

2424
```
2525
pip install vnpy_datamanager
2626
```
2727

28-
下载解压后在cmd中运行
28+
29+
或者下载源代码后,解压后在cmd中运行:
2930

3031
```
31-
pip install -e .
32+
pip install .
3233
```

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_datamanager
3-
version = 1.0.4
3+
version = 1.0.5
44
url = https://www.vnpy.com
55
license = MIT
66
author = Xiaoyou Chen
77
author_email = xiaoyou.chen@mail.vnpy.com
8-
description = Data management application for vn.py quant trading framework.
8+
description = Data management 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)