Skip to content

Commit 97d354f

Browse files
committed
update version for releasing
1 parent a87fb5a commit 97d354f

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.6.1.99"
5+
__version__ = "0.6.2"
66

77

88
import os

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.6.1.99"
14+
VERSION = "0.6.2"
1515

1616
# Detect Cython
1717
try:

0 commit comments

Comments
 (0)