chore(llamaindex): bump version to 0.1.1
This commit is contained in:
parent
56489a58d1
commit
5b16882a5e
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ from .errors import HindsightError
|
||||||
from .memory import HindsightMemory
|
from .memory import HindsightMemory
|
||||||
from .tools import HindsightToolSpec, create_hindsight_tools
|
from .tools import HindsightToolSpec, create_hindsight_tools
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.1"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"configure",
|
"configure",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-llamaindex"
|
name = "hindsight-llamaindex"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "LlamaIndex integration for Hindsight - persistent memory for AI agents"
|
description = "LlamaIndex integration for Hindsight - persistent memory for AI agents"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue