diff --git a/letta/__init__.py b/letta/__init__.py index 1e6dca98..238d6c20 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -5,7 +5,7 @@ try: __version__ = version("letta") except PackageNotFoundError: # Fallback for development installations - __version__ = "0.13.0" + __version__ = "0.14.0" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 4676e10b..e4c5ab42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.13.1" +version = "0.14.0" description = "Create LLM agents with long-term memory and custom tools" authors = [ {name = "Letta Team", email = "contact@letta.com"}, diff --git a/uv.lock b/uv.lock index f03a1e9c..1a61c45f 100644 --- a/uv.lock +++ b/uv.lock @@ -2404,7 +2404,7 @@ wheels = [ [[package]] name = "letta" -version = "0.13.1" +version = "0.14.0" source = { editable = "." } dependencies = [ { name = "aiomultiprocess" },