diff --git a/CHANGELOG b/CHANGELOG index b068f50ec..ad0e3d73a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.4.33 +====== + +- [DOC]: change abstract arg names to real, real0, real1 + 0.4.32 ====== diff --git a/setup.py b/setup.py index 73a50700c..9abc6ea5e 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def build_extensions(self): setup( name='TA-Lib', - version='0.4.32', + version='0.4.33', description='Python wrapper for TA-Lib', long_description=long_description, long_description_content_type='text/markdown', diff --git a/talib/__init__.py b/talib/__init__.py index 6b850c156..4a7eea920 100644 --- a/talib/__init__.py +++ b/talib/__init__.py @@ -116,7 +116,7 @@ def wrapper(*args, **kwds): setattr(stream, func_name, wrapped_func) globals()[stream_func_name] = wrapped_func -__version__ = '0.4.32' +__version__ = '0.4.33' # In order to use this python library, talib (i.e. this __file__) will be # imported at some point, either explicitly or indirectly via talib.func