We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6ba83 commit 3488ae2Copy full SHA for 3488ae2
setup.py
@@ -98,7 +98,7 @@
98
99
setup(
100
name = 'TA-Lib',
101
- version = '0.4.14',
+ version = '0.4.15',
102
description = 'Python wrapper for TA-Lib',
103
author = 'John Benediktsson',
104
author_email = 'mrjbq7@gmail.com',
talib/__init__.py
@@ -12,7 +12,7 @@
12
for func_name in __TA_FUNCTION_NAMES__:
13
globals()[func_name] = getattr(func, func_name)
14
15
-__version__ = '0.4.14'
+__version__ = '0.4.15'
16
17
# In order to use this python library, talib (i.e. this __file__) will be
18
# imported at some point, either explicitly or indirectly via talib.func
0 commit comments