From 9b6f887ca913b8f14babbae7db60f4f7eef1ca69 Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Tue, 29 Sep 2020 10:22:16 +0800 Subject: [PATCH] =?UTF-8?q?0.5.7=20=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czsc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/czsc/__init__.py b/czsc/__init__.py index 12467f2..0bf52db 100644 --- a/czsc/__init__.py +++ b/czsc/__init__.py @@ -3,7 +3,7 @@ from .analyze import KlineAnalyze, find_zs from .ta import SMA, EMA, MACD, KDJ -__version__ = "0.5.6" +__version__ = "0.5.7" __author__ = "zengbin93" __email__ = "zeng_bin8888@163.com" -- GitLab