1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +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" NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform" DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0" REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.5.0.dev6" VERSION = "0.5.0.dev7"
# Detect Cython # Detect Cython
try: try: