From de2273733e59bf3055959c7f6c82bf497f933fc8 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Wed, 19 Oct 2022 15:56:22 +0800 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA6.6.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 4 ++-- setup.cfg | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2275106..04bdb0d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ __pycache__/ .vs/ x64/ +*.pyd \ No newline at end of file diff --git a/README.md b/README.md index d3f8efd..09992d0 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

- - + +

diff --git a/setup.cfg b/setup.cfg index 8159e3c..ad576ca 100644 --- a/setup.cfg +++ b/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 @@ -36,6 +36,7 @@ zip_safe = False python_requires = >=3.7 install_requires = importlib_metadata + vnpy_ctp [options.package_data] * = *.dll, *.so, *.pyd, *.lib \ No newline at end of file