Skip to content

Commit

Permalink
0.6.1 正式发布
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Jan 23, 2021
1 parent 9be21be commit e1b5405
Show file tree
Hide file tree
Showing 28 changed files with 1,688 additions and 2,462 deletions.
6 changes: 3 additions & 3 deletions czsc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# coding: utf-8

from .analyze import KlineAnalyze
from .signals import KlineSignals
from .analyze import CZSC
from .factors import CzscFactors
from .utils.ta import SMA, EMA, MACD, KDJ

__version__ = "0.5.9"
__version__ = "0.6.1"
__author__ = "zengbin93"
__email__ = "[email protected]"

Expand Down
Loading

0 comments on commit e1b5405

Please sign in to comment.