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

update version number

This commit is contained in:
Young
2020-09-30 10:21:48 +00:00
parent 80f7c4f81e
commit 63962a8ff4
3 changed files with 7 additions and 3 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.0.dev10"
VERSION = "0.5.1"
# Detect Cython
try:
@@ -118,4 +118,4 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)
)