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.4.32
2
+ ======
3
+
4
+ - [FIX]: Make sure numpy<2 is in the requirements.txt
5
+
1
6
0.4.31
2
7
======
3
8
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def build_extensions(self):
143
143
144
144
setup (
145
145
name = 'TA-Lib' ,
146
- version = '0.4.31 ' ,
146
+ version = '0.4.32 ' ,
147
147
description = 'Python wrapper for TA-Lib' ,
148
148
long_description = long_description ,
149
149
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def wrapper(*args, **kwds):
116
116
setattr (stream , func_name , wrapped_func )
117
117
globals ()[stream_func_name ] = wrapped_func
118
118
119
- __version__ = '0.4.31 '
119
+ __version__ = '0.4.32 '
120
120
121
121
# In order to use this python library, talib (i.e. this __file__) will be
122
122
# imported at some point, either explicitly or indirectly via talib.func
You can’t perform that action at this time.
0 commit comments