Skip to content

Commit 0b137e8

Browse files
committed
Bump version to 0.4.32
1 parent a7f40b5 commit 0b137e8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.32
2+
======
3+
4+
- [FIX]: Make sure numpy<2 is in the requirements.txt
5+
16
0.4.31
27
======
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def build_extensions(self):
143143

144144
setup(
145145
name='TA-Lib',
146-
version='0.4.31',
146+
version='0.4.32',
147147
description='Python wrapper for TA-Lib',
148148
long_description=long_description,
149149
long_description_content_type='text/markdown',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def wrapper(*args, **kwds):
116116
setattr(stream, func_name, wrapped_func)
117117
globals()[stream_func_name] = wrapped_func
118118

119-
__version__ = '0.4.31'
119+
__version__ = '0.4.32'
120120

121121
# In order to use this python library, talib (i.e. this __file__) will be
122122
# imported at some point, either explicitly or indirectly via talib.func

0 commit comments

Comments
 (0)