diff --git a/qlib/__init__.py b/qlib/__init__.py index 95e6252ac..c7a310562 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. -__version__ = "0.6.1.99.dev" +__version__ = "0.6.1.99" import os diff --git a/setup.py b/setup.py index d9eae4e7c..bac318c0f 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.1.99.dev" +VERSION = "0.6.1.99" # Detect Cython try: