From 0da9b909f6cfadb96b4f6c5da134da27459af7d9 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 2 Feb 2021 09:48:41 +0000 Subject: [PATCH] update version number --- qlib/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index ac11ada5f..58db2e6d0 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. -__version__ = "0.6.2" +__version__ = "0.6.3" import os diff --git a/setup.py b/setup.py index 0281570d2..aa177f3f3 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.6.2" +VERSION = "0.6.3" # Detect Cython try: