1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

update version for release 0.7.0

This commit is contained in:
Young
2021-07-11 14:34:44 +00:00
parent dafef0ac08
commit 215f7e0d22
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
__version__ = "0.6.3.99"
__version__ = "0.7.0"
__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.6.3.99"
VERSION = "0.7.0"
# Detect Cython
try: