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:
@@ -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>`_
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Licensed under the MIT License.
|
||||
|
||||
|
||||
__version__ = "0.5.0.dev"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
import os
|
||||
import copy
|
||||
|
||||
4
setup.py
4
setup.py
@@ -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",
|
||||
],
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user