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 f5833c8 commit 9c998f5Copy full SHA for 9c998f5
setup.py
@@ -143,7 +143,7 @@ def build_extensions(self):
143
144
setup(
145
name='TA-Lib',
146
- version='0.4.30',
+ version='0.4.31',
147
description='Python wrapper for TA-Lib',
148
long_description=long_description,
149
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.30'
+__version__ = '0.4.31'
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