From 3779b5186addad545683a4acde02d9c636b86261 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Wed, 8 May 2024 13:50:55 +0800 Subject: [PATCH] bump version (#1784) Co-authored-by: Linlang Lv (iSoftStone Information) --- qlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index 8714df8d83..98ba7f95ce 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.4" +__version__ = "0.9.4.99" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union