Skip to content

Commit 13273b4

Browse files
committed
bump version
1 parent 0f60f67 commit 13273b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

letta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__version__ = version("letta")
66
except PackageNotFoundError:
77
# Fallback for development installations
8-
__version__ = "0.12.1"
8+
__version__ = "0.13.0"
99

1010
if os.environ.get("LETTA_VERSION"):
1111
__version__ = os.environ["LETTA_VERSION"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "letta"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
description = "Create LLM agents with long-term memory and custom tools"
55
authors = [
66
{name = "Letta Team", email = "[email protected]"},

0 commit comments

Comments
 (0)