We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafef0a commit 215f7e0Copy full SHA for 215f7e0
qlib/__init__.py
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License.
3
4
5
-__version__ = "0.6.3.99"
+__version__ = "0.7.0"
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.6.3.99"
+VERSION = "0.7.0"
15
16
# Detect Cython
17
try:
0 commit comments