Skip to content

Commit

Permalink
Bump Qlib Version
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Dec 9, 2022
1 parent ea10da3 commit b8bb3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qlib/__init__.py
Expand Up @@ -2,15 +2,15 @@
# Licensed under the MIT License.
from pathlib import Path

__version__ = "0.8.6.99"
__version__ = "0.9.0"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
import os
from typing import Union
import yaml
import logging
import platform
import subprocess
from .log import get_module_logger, set_global_logger_level
from .log import get_module_logger


# init qlib
Expand Down

0 comments on commit b8bb3ad

Please sign in to comment.