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 adf8118 commit 9eb6394Copy full SHA for 9eb6394
setup.py
@@ -145,7 +145,7 @@ def build_extensions(self):
145
146
setup(
147
name='TA-Lib',
148
- version='0.4.27',
+ version='0.4.28',
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.27'
+__version__ = '0.4.28'
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