From 7217c6e748a37d667a5b479a3a24dd2893e1392a Mon Sep 17 00:00:00 2001 From: Young Date: Sun, 14 Apr 2024 00:09:30 +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 ed95f589e..8714df8d8 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.3.99" +__version__ = "0.9.4" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union