From 2cf5d0bf147c7a7878cd60819758969dd06742f0 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 14 Oct 2024 18:36:04 -0700 Subject: [PATCH] chore: bump version to 0.5.0 (#1888) --- 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 bb13c281..b5ad618a 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" # import clients from letta.client.admin import Admin diff --git a/pyproject.toml b/pyproject.toml index 124ce3e9..b62d184f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.4.1" +version = "0.5.0" packages = [ {include = "letta"} ]