1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 13:00:58 +08:00

update version number & model license

This commit is contained in:
Young
2020-11-28 08:17:18 +00:00
parent 05afeb820a
commit 3f47a282cc
7 changed files with 25 additions and 163 deletions

View File

@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.5.1.dev0"
VERSION = "0.6.0.alpha"
# Detect Cython
try: