We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ff3e5 commit 3fc2f8cCopy full SHA for 3fc2f8c
qlib/__init__.py
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License.
3
4
5
-__version__ = "0.7.0.99"
+__version__ = "0.7.1"
6
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
7
8
setup.py
@@ -11,7 +11,7 @@
11
DESCRIPTION = "A Quantitative-research Platform"
12
REQUIRES_PYTHON = ">=3.5.0"
13
14
-VERSION = "0.7.0.99"
+VERSION = "0.7.1"
15
16
# Detect Cython
17
try:
0 commit comments