1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +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

@@ -158,3 +158,7 @@ Version 0.5.0
- Refine the docs, code
- Add baselines
- public data crawler
Version greater than Version 0.5.0
----------------------------------
Please refer to `Github release Notes <https://github.com/microsoft/qlib/releases>`_

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
__version__ = "0.5.0.dev"
__version__ = "0.5.1"
import os
import copy

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",
],
)
)