From 1c6b7800a850a6c4bfe12d3ffb88790a77b3e8bf Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Thu, 22 Jan 2026 20:50:51 -0700 Subject: chore: bump package versions --- .../pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/pipecat-sdk-python/src') diff --git a/packages/pipecat-sdk-python/src/supermemory_pipecat/__init__.py b/packages/pipecat-sdk-python/src/supermemory_pipecat/__init__.py index 35b888cc..aeb190c9 100644 --- a/packages/pipecat-sdk-python/src/supermemory_pipecat/__init__.py +++ b/packages/pipecat-sdk-python/src/supermemory_pipecat/__init__.py @@ -25,22 +25,22 @@ Example: ``` """ -from .service import SupermemoryPipecatService from .exceptions import ( - SupermemoryPipecatError, + APIError, ConfigurationError, MemoryRetrievalError, MemoryStorageError, - APIError, NetworkError, + SupermemoryPipecatError, ) +from .service import SupermemoryPipecatService from .utils import ( - get_last_user_message, deduplicate_memories, format_memories_to_text, + get_last_user_message, ) -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = [ # Main service -- cgit v1.2.3