Skip to content

Commit

Permalink
[Mod] 调整版本号为6.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Oct 19, 2022
1 parent 65a0436 commit de22737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -36,3 +36,4 @@ __pycache__/
.vs/
x64/

*.pyd
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,8 +5,8 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-6.6.7.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux-yellow.svg"/>
<img src ="https://img.shields.io/badge/version-6.6.1.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
</p>
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_jees
version = 6.6.7.0
version = 6.6.1.0
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down Expand Up @@ -36,6 +36,7 @@ zip_safe = False
python_requires = >=3.7
install_requires =
importlib_metadata
vnpy_ctp

[options.package_data]
* = *.dll, *.so, *.pyd, *.lib

0 comments on commit de22737

Please sign in to comment.