Skip to content

Commit 5bb27e3

Browse files
committed
version bump 0.4.24.
1 parent c6cdea5 commit 5bb27e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def build_extensions(self):
145145

146146
setup(
147147
name='TA-Lib',
148-
version='0.4.23',
148+
version='0.4.24',
149149
description='Python wrapper for TA-Lib',
150150
long_description=long_description,
151151
long_description_content_type='text/markdown',

talib/__init__.py

+1-1
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.23'
119+
__version__ = '0.4.24'
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)