File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.5.2
2+ =====
3+
4+ - [NEW]: Provide py typed information for C wrapper
5+
160.5.1
27=====
38
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def build_extensions(self):
143143
144144setup (
145145 name = 'TA-Lib' ,
146- version = '0.5.1 ' ,
146+ version = '0.5.2 ' ,
147147 description = 'Python wrapper for TA-Lib' ,
148148 long_description = long_description ,
149149 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def wrapper(*args, **kwds):
132132 setattr (stream , func_name , wrapped_func )
133133 globals ()[stream_func_name ] = wrapped_func
134134
135- __version__ = '0.5.1 '
135+ __version__ = '0.5.2 '
136136
137137# In order to use this python library, talib (i.e. this __file__) will be
138138# imported at some point, either explicitly or indirectly via talib.func
You can’t perform that action at this time.
0 commit comments