From da920b7f954f48ab1bb64117c976710de198373e Mon Sep 17 00:00:00 2001 From: Linlang Date: Fri, 15 Aug 2025 16:50:57 +0800 Subject: [PATCH] Update version --- qlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index 69b91de40..4957724a9 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. from pathlib import Path -__version__ = "0.9.6.99" +__version__ = "0.9.7" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os import re