We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10029b0 commit a2a4373Copy full SHA for a2a4373
agent-memory-client/agent_memory_client/__init__.py
@@ -5,7 +5,7 @@
5
memory management capabilities for AI agents and applications.
6
"""
7
8
-__version__ = "0.9.1"
+__version__ = "0.9.2"
9
10
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
11
from .exceptions import (
0 commit comments