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

version removed .dev

This commit is contained in:
zhupr
2021-01-26 16:29:26 +08:00
parent 7579f4b4c0
commit 1eaf09cce1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -11,7 +11,7 @@ NAME = "pyqlib"
DESCRIPTION = "A Quantitative-research Platform" DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0" REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.6.1.99.dev" VERSION = "0.6.1.99"
# Detect Cython # Detect Cython
try: try: