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 37d1e7e commit 4494e00Copy full SHA for 4494e00
src/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ai-memory-sdk"
7
-version = "0.1.10"
+version = "0.2.0"
8
description = "An experimental SDK for using Letta subagents for pluggable memory management"
9
readme = "README.md"
10
requires-python = ">=3.8"
src/typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@letta-ai/memory-sdk",
3
- "version": "0.1.4",
+ "version": "0.2.0",
"description": "TypeScript SDK for using Letta subagents for pluggable memory management",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments