1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 11:00:57 +08:00

udpate header and test docs

This commit is contained in:
Young
2020-12-01 10:11:29 +00:00
parent dc54836990
commit e5590de2a4
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
__version__ = "0.6.0"
__version__ = "0.6.0.dev"
import os
import re

View File

@@ -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: