Skip to content

Commit d5059e6

Browse files
committed
change to dev version
1 parent 215f7e0 commit d5059e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
Recent released features
1212
| Feature | Status |
1313
| -- | ------ |
14+
| Release Qlib v0.7.0 | [Released](https://github.com/microsoft/qlib/releases/tag/v0.7.0) on July 12, 2021 |
1415
| TCTS Model | [Released](https://github.com/microsoft/qlib/pull/491) on July 1, 2021 |
1516
| Online serving and automatic model rolling | :star: [Released](https://github.com/microsoft/qlib/pull/290) on May 17, 2021 |
1617
| DoubleEnsemble Model | [Released](https://github.com/microsoft/qlib/pull/286) on Mar 2, 2021 |

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.7.0"
5+
__version__ = "0.7.0.99"
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.7.0"
14+
VERSION = "0.7.0.99"
1515

1616
# Detect Cython
1717
try:

0 commit comments

Comments
 (0)