From a62e2ec4dee270ae97b9e71430cc077e9789f581 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 15 Jan 2022 23:07:31 +0800 Subject: [PATCH] Update __init__.py --- qlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index e0206ffdc..30d49383c 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. from pathlib import Path -__version__ = "0.8.1" +__version__ = "0.8.1.99" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union