From 53fd660a86999f8b9504ac98e67b5e03ae502ac1 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 10 Dec 2024 19:11:39 -0800 Subject: [PATCH] bump version --- letta/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letta/__init__.py b/letta/__init__.py index 1ca57b875d..a9d3f60639 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.2" +__version__ = "0.6.3" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index a0eb14abbe..f20835bcba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.2" +version = "0.6.3" packages = [ {include = "letta"} ]