Skip to content

Commit 4494e00

Browse files
committed
Bump version to 0.2.0
1 parent 37d1e7e commit 4494e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ai-memory-sdk"
7-
version = "0.1.10"
7+
version = "0.2.0"
88
description = "An experimental SDK for using Letta subagents for pluggable memory management"
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@letta-ai/memory-sdk",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "TypeScript SDK for using Letta subagents for pluggable memory management",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)