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

Fix and move to version 0.6.0

This commit is contained in:
Jactus
2020-12-01 09:59:46 +08:00
parent d488a503b2
commit bb5f3cb33d
3 changed files with 4 additions and 4 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.6.0.alpha"
VERSION = "0.6.0"
# Detect Cython
try: