Skip to content

Commit

Permalink
bump version (#1784)
Browse files Browse the repository at this point in the history
Co-authored-by: Linlang Lv (iSoftStone Information) <v-lvlinlang@microsoft.com>
  • Loading branch information
SunsetWolf and Linlang Lv (iSoftStone Information) committed May 8, 2024
1 parent 194284b commit 3779b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
from pathlib import Path

__version__ = "0.9.4"
__version__ = "0.9.4.99"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
import os
from typing import Union
Expand Down

0 comments on commit 3779b51

Please sign in to comment.