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