From 366a9c33f302184ea399bb2a4f4bf3df5559444c Mon Sep 17 00:00:00 2001 From: you-n-g Date: Mon, 25 Apr 2022 16:11:47 +0800 Subject: [PATCH] Bump to Dev Version --- qlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index aa56394e9..497c55374 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.5" +__version__ = "0.8.5.99" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union