Skip to content

Commit fe511dc

Browse files
committed
Version bump to unreleased 0.4.22 for development.
1 parent f3e9b62 commit fe511dc

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.22
2+
======
3+
4+
- [NEW]: Upgrade to Cython 0.29.24
5+
16
0.4.21
27
======
38

setup.py

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

145145
setup(
146146
name='TA-Lib',
147-
version='0.4.21',
147+
version='0.4.22',
148148
description='Python wrapper for TA-Lib',
149149
long_description=long_description,
150150
long_description_content_type='text/markdown',

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.21'
78+
__version__ = '0.4.22'
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

talib/_ta_lib.c

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)