Skip to content

Commit 3fc2f8c

Browse files
committed
updategrade version number
1 parent 66ff3e5 commit 3fc2f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

44

5-
__version__ = "0.7.0.99"
5+
__version__ = "0.7.1"
66
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
77

88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DESCRIPTION = "A Quantitative-research Platform"
1212
REQUIRES_PYTHON = ">=3.5.0"
1313

14-
VERSION = "0.7.0.99"
14+
VERSION = "0.7.1"
1515

1616
# Detect Cython
1717
try:

0 commit comments

Comments
 (0)