chore(llamaindex): bump version to 0.1.1

This commit is contained in:
Nicolò Boschi 2026-03-30 14:32:10 +02:00
parent 56489a58d1
commit 5b16882a5e
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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"