From 82806228a309b4c75dd5b92e95ab2d4e1d277972 Mon Sep 17 00:00:00 2001 From: mario4tier Date: Mon, 14 Sep 2026 12:47:22 -0400 Subject: [PATCH] version bump Claude-Session: https://claude.ai/code/session_01TuVjx2Q5urdmwi5opzfCp8 --- pyproject.toml | 2 +- talib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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