Skip to content

Commit 92b958c

Browse files
authored
chore: bump Python SDK to v2.0.0b0 and Node SDK to v3.0.0-beta.0 (#4810)
1 parent c239d8a commit 92b958c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mem0-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mem0ai",
3-
"version": "2.4.6",
3+
"version": "3.0.0-beta.0",
44
"description": "The Memory Layer For Your AI Apps",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

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 = "mem0ai"
7-
version = "1.0.11"
7+
version = "2.0.0b0"
88
description = "Long-term memory for AI Agents"
99
authors = [
1010
{ name = "Mem0", email = "support@mem0.ai" }

0 commit comments

Comments
 (0)