diff --git a/setup.py b/setup.py index 01e8f71d9..c975697c4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension NAME = "qlib" DESCRIPTION = "A Quantitative-research Platform" REQUIRES_PYTHON = ">=3.5.0" -VERSION = "0.4.6.dev" +VERSION = "0.5.0" # Detect Cython try: