From e5590de2a430b560d3d41d02a9051b0c2280f57d Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 1 Dec 2020 10:11:29 +0000 Subject: [PATCH] udpate header and test docs --- qlib/__init__.py | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/qlib/__init__.py b/qlib/__init__.py index 73d985d04..080fa5329 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. -__version__ = "0.6.0" +__version__ = "0.6.0.dev" import os import re diff --git a/setup.py b/setup.py index b7a37e028..86efd1de4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. - -# -*- coding: utf-8 -*- import io import os import numpy @@ -12,7 +10,7 @@ from setuptools import find_packages, setup, Extension NAME = "pyqlib" DESCRIPTION = "A Quantitative-research Platform" REQUIRES_PYTHON = ">=3.5.0" -VERSION = "0.6.0" +VERSION = "0.6.0.dev" # Detect Cython try: