Skip to content

Commit 812ca86

Browse files
abrookinsclaude
andcommitted
Bump client version to 0.10.0
Minor version bump for new optimize_query parameter feature added to search and memory prompt methods. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 055d4d2 commit 812ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-memory-client/agent_memory_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memory management capabilities for AI agents and applications.
66
"""
77

8-
__version__ = "0.9.2"
8+
__version__ = "0.10.0"
99

1010
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
1111
from .exceptions import (

0 commit comments

Comments
 (0)