Skip to content

Commit b8bb3ad

Browse files
committed
Bump Qlib Version
1 parent ea10da3 commit b8bb3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Licensed under the MIT License.
33
from pathlib import Path
44

5-
__version__ = "0.8.6.99"
5+
__version__ = "0.9.0"
66
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
77
import os
88
from typing import Union
99
import yaml
1010
import logging
1111
import platform
1212
import subprocess
13-
from .log import get_module_logger, set_global_logger_level
13+
from .log import get_module_logger
1414

1515

1616
# init qlib

0 commit comments

Comments
 (0)