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

change the setup version

This commit is contained in:
bxdd
2020-09-29 02:42:44 +08:00
committed by you-n-g
parent 3b05c07c05
commit 4ea485681b

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