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

updategrade version number

This commit is contained in:
Young
2021-09-16 02:15:16 +00:00
parent 66ff3e5bf6
commit 3fc2f8c93c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
__version__ = "0.7.0.99"
__version__ = "0.7.1"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version

View File

@@ -11,7 +11,7 @@ NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.7.0.99"
VERSION = "0.7.1"
# Detect Cython
try: