From bf748ba4b781e8d2e3345b3a79f933b34493f1ab Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 3 Feb 2021 05:11:39 +0000 Subject: [PATCH] update version number to dev --- 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 58db2e6d0..596202061 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. -__version__ = "0.6.3" +__version__ = "0.6.3.99" import os diff --git a/setup.py b/setup.py index aa177f3f3..142731d07 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.3" +VERSION = "0.6.3.99" # Detect Cython try: