From d5059e609fc8918eff621ce3305a0131c5fcecf3 Mon Sep 17 00:00:00 2001 From: Young Date: Mon, 12 Jul 2021 02:49:25 +0000 Subject: [PATCH] change to dev version --- README.md | 1 + qlib/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b68cdaf10..de20dd796 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Recent released features | Feature | Status | | -- | ------ | +| Release Qlib v0.7.0 | [Released](https://github.com/microsoft/qlib/releases/tag/v0.7.0) on July 12, 2021 | | TCTS Model | [Released](https://github.com/microsoft/qlib/pull/491) on July 1, 2021 | | Online serving and automatic model rolling | :star: [Released](https://github.com/microsoft/qlib/pull/290) on May 17, 2021 | | DoubleEnsemble Model | [Released](https://github.com/microsoft/qlib/pull/286) on Mar 2, 2021 | diff --git a/qlib/__init__.py b/qlib/__init__.py index 996e442fa..6f76bbcaa 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. -__version__ = "0.7.0" +__version__ = "0.7.0.99" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version diff --git a/setup.py b/setup.py index a633dc63e..6a037a9e5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ NAME = "pyqlib" DESCRIPTION = "A Quantitative-research Platform" REQUIRES_PYTHON = ">=3.5.0" -VERSION = "0.7.0" +VERSION = "0.7.0.99" # Detect Cython try: