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

add the badges & change setup.py version

This commit is contained in:
bxdd
2020-09-29 02:40:05 +08:00
committed by you-n-g
parent 2c4b31b274
commit 1c3627cc1d
2 changed files with 6 additions and 2 deletions

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.5.0.dev"
VERSION = "0.5.0.dev7"
# Detect Cython
try: