From b91d0fa07632f6c968871df07145ce486778b27f Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 18 Dec 2024 22:03:35 +0800 Subject: [PATCH] fix upload to testpypi error --- qlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index 782f46335..87954a4b6 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.5.95" +__version__ = "0.9.5.94" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union