chore: bump package versions

This commit is contained in:
Dhravya Shah 2026-01-22 20:50:51 -07:00
parent 0d82ac3238
commit 1c6b7800a8
3 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "supermemory-pipecat"
version = "0.1.0"
version = "0.1.1"
description = "Supermemory integration for Pipecat - memory-enhanced conversational AI pipelines"
readme = "README.md"
license = "MIT"

View file

@ -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

View file

@ -1,7 +1,7 @@
{
"name": "@supermemory/tools",
"type": "module",
"version": "1.3.67",
"version": "1.3.68",
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
"scripts": {
"build": "tsdown",