Skip to content

Commit 5a736c1

Browse files
committed
chore: bump version to 0.2.0
1 parent f63400c commit 5a736c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "agentic-learning"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Drop-in SDK for adding persistent memory and learning to any agent."
99
readme = "../README.md"
1010
requires-python = ">=3.8"

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/agentic-learning",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Agentic Learning SDK for TypeScript - Automatic memory integration with Letta",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)