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 0f60f67 commit 13273b4Copy full SHA for 13273b4
letta/__init__.py
@@ -5,7 +5,7 @@
5
__version__ = version("letta")
6
except PackageNotFoundError:
7
# Fallback for development installations
8
- __version__ = "0.12.1"
+ __version__ = "0.13.0"
9
10
if os.environ.get("LETTA_VERSION"):
11
__version__ = os.environ["LETTA_VERSION"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "letta"
3
-version = "0.12.1"
+version = "0.13.0"
4
description = "Create LLM agents with long-term memory and custom tools"
authors = [
{name = "Letta Team", email = "[email protected]"},
0 commit comments