We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cdea5 commit 5bb27e3Copy full SHA for 5bb27e3
setup.py
@@ -145,7 +145,7 @@ def build_extensions(self):
145
146
setup(
147
name='TA-Lib',
148
- version='0.4.23',
+ version='0.4.24',
149
description='Python wrapper for TA-Lib',
150
long_description=long_description,
151
long_description_content_type='text/markdown',
talib/__init__.py
@@ -116,7 +116,7 @@ def wrapper(*args, **kwds):
116
setattr(stream, func_name, wrapped_func)
117
globals()[stream_func_name] = wrapped_func
118
119
-__version__ = '0.4.23'
+__version__ = '0.4.24'
120
121
# In order to use this python library, talib (i.e. this __file__) will be
122
# imported at some point, either explicitly or indirectly via talib.func
0 commit comments