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"