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 172d1e3 commit 90e7530Copy full SHA for 90e7530
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.11.0"
+__version__ = "0.11.1"
9
10
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
11
from .exceptions import (
0 commit comments