From 5f3e32278499f8bc165ed33db75be9dc80e4596d Mon Sep 17 00:00:00 2001 From: Young Date: Sun, 29 Jan 2023 18:53:25 +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 078f55123f..c84b27d602 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.0.99" +__version__ = "0.9.1" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union