We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a5e9 commit d15da63Copy full SHA for d15da63
talib/__init__.py
@@ -6,7 +6,7 @@
6
from .common import MA_Type, __ta_version__
7
from .func import *
8
9
-__version__ = '0.4.4-git'
+__version__ = '0.4.5'
10
11
# In order to use this python library, talib (i.e. this __file__) will be
12
# imported at some point, either explicitly or indirectly via talib.func
0 commit comments