Skip to content

Commit 95b4f80

Browse files
committed
Update to 0.4.20.
1 parent e49d469 commit 95b4f80

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.4.20
2+
======
3+
4+
- [NEW]: Upgrade to Cython 0.29.23
5+
6+
- [FIX]: Fix Homebrew directory on Apple M1 devices
7+
18
0.4.19
29
======
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def build_extensions(self):
137137
]
138138
setup(
139139
name='TA-Lib',
140-
version='0.4.19',
140+
version='0.4.20',
141141
description='Python wrapper for TA-Lib',
142142
author='John Benediktsson',
143143
author_email='mrjbq7@gmail.com',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def wrapper(*args, **kwargs):
7575
setattr(stream, func_name, wrapped_func)
7676
globals()[stream_func_name] = wrapped_func
7777

78-
__version__ = '0.4.19'
78+
__version__ = '0.4.20'
7979

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

0 commit comments

Comments
 (0)