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

add dev version number

This commit is contained in:
Young
2020-10-06 01:55:25 +00:00
parent 5256d18c5b
commit c8c3575aab
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
__version__ = "0.5.1"
__version__ = "0.5.1.dev0"
import os
import copy

View File

@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.5.1"
VERSION = "0.5.1.dev0"
# Detect Cython
try: