From a129db8f4b7c7a768858d3767b3111164bce0da4 Mon Sep 17 00:00:00 2001 From: foolcage <5533061@qq.com> Date: Sun, 26 May 2024 21:35:45 +0800 Subject: [PATCH] Release 0.11.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 67a10dd1..10e60c1a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="zvt", - version="0.10.5", + version="0.11.0", description="unified,modular quant framework for human beings ", long_description=long_description, url="https://github.com/zvtvz/zvt", @@ -30,13 +30,13 @@ "Topic :: Software Development :: Build Tools", "Topic :: Office/Business :: Financial :: Investment", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], keywords="quant stock finance fintech big-data zvt technical-analysis trading-platform pandas fundamental-analysis", package_dir={"": "src"}, packages=find_packages(where="src"), - python_requires=">=3.7, <4", + python_requires=">=3.8, <4", include_package_data=True, install_requires=[ "requests == 2.20.1",