diff --git a/pyproject.toml b/pyproject.toml index 44b5009c2..47d0c02f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TA-Lib" -version = "0.8.0" +version = "0.8.1" description = "Python wrapper for TA-Lib" readme = "README.md" license-files = ["LICENSE"] diff --git a/talib/__init__.py b/talib/__init__.py index 11dcefaee..262ccade8 100644 --- a/talib/__init__.py +++ b/talib/__init__.py @@ -138,7 +138,7 @@ def wrapper(*args, **kwds): from . import stream -__version__ = '0.8.0' +__version__ = '0.8.1' # 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