From 4ea485681b6daabb77de0090277f18f5f7e421db Mon Sep 17 00:00:00 2001 From: bxdd Date: Tue, 29 Sep 2020 02:42:44 +0800 Subject: [PATCH] change the setup version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9bf19b9a..703f840fd 100644 --- a/setup.py +++ b/setup.py @@ -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.0.dev6" +VERSION = "0.5.0.dev7" # Detect Cython try: