Skip to content

Commit e7954bd

Browse files
committed
update version
1 parent d6f69ae commit e7954bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

VERSION.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

qlib/__init__.py

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

5-
__version__ = "0.8.0.99"
5+
__version__ = "0.8.1"
66
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
77
import os
88
from typing import Union

0 commit comments

Comments
 (0)