1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 12:30:57 +08:00

Update setup.py

This commit is contained in:
you-n-g
2020-09-24 12:48:23 +08:00
committed by GitHub
parent de9e13b171
commit 0895cf5c75

View File

@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
NAME = "qlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.4.6.dev"
VERSION = "0.5.0"
# Detect Cython
try: