1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

fix macos package name error

This commit is contained in:
Linlang
2024-12-19 12:29:15 +08:00
parent 6a4273c300
commit 431b9c1281
3 changed files with 42 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
from pathlib import Path
__version__ = "0.9.5.92"
__version__ = "0.9.5.91"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
import os
from typing import Union