We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87fb5a commit 97d354fCopy full SHA for 97d354f
qlib/__init__.py
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License.
3
4
5
-__version__ = "0.6.1.99"
+__version__ = "0.6.2"
6
7
8
import os
setup.py
@@ -11,7 +11,7 @@
11
DESCRIPTION = "A Quantitative-research Platform"
12
REQUIRES_PYTHON = ">=3.5.0"
13
14
-VERSION = "0.6.1.99"
+VERSION = "0.6.2"
15
16
# Detect Cython
17
try:
0 commit comments