From 5b16882a5eced2a7352bfdbdf39d2f9fdbcdc744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 30 Mar 2026 14:32:10 +0200 Subject: [PATCH] chore(llamaindex): bump version to 0.1.1 --- .../llamaindex/hindsight_llamaindex/__init__.py | 2 +- hindsight-integrations/llamaindex/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hindsight-integrations/llamaindex/hindsight_llamaindex/__init__.py b/hindsight-integrations/llamaindex/hindsight_llamaindex/__init__.py index 6d31dfa5..f3fc80db 100644 --- a/hindsight-integrations/llamaindex/hindsight_llamaindex/__init__.py +++ b/hindsight-integrations/llamaindex/hindsight_llamaindex/__init__.py @@ -26,7 +26,7 @@ from .errors import HindsightError from .memory import HindsightMemory from .tools import HindsightToolSpec, create_hindsight_tools -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = [ "configure", diff --git a/hindsight-integrations/llamaindex/pyproject.toml b/hindsight-integrations/llamaindex/pyproject.toml index 3a1b68c5..8174eaad 100644 --- a/hindsight-integrations/llamaindex/pyproject.toml +++ b/hindsight-integrations/llamaindex/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-llamaindex" -version = "0.1.0" +version = "0.1.1" description = "LlamaIndex integration for Hindsight - persistent memory for AI agents" readme = "README.md" requires-python = ">=3.10"