Skip to content

Commit 215f7e0

Browse files
committedJul 11, 2021
update version for release 0.7.0
1 parent dafef0a commit 215f7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎qlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33

44

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

88

‎setup.py

+1-1
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.3.99"
14+
VERSION = "0.7.0"
1515

1616
# Detect Cython
1717
try:

0 commit comments

Comments
 (0)
Please sign in to comment.