chore: bump version to 0.16.3
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ try:
|
|||||||
__version__ = version("letta")
|
__version__ = version("letta")
|
||||||
except PackageNotFoundError:
|
except PackageNotFoundError:
|
||||||
# Fallback for development installations
|
# Fallback for development installations
|
||||||
__version__ = "0.16.2"
|
__version__ = "0.16.3"
|
||||||
|
|
||||||
if os.environ.get("LETTA_VERSION"):
|
if os.environ.get("LETTA_VERSION"):
|
||||||
__version__ = os.environ["LETTA_VERSION"]
|
__version__ = os.environ["LETTA_VERSION"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "letta"
|
name = "letta"
|
||||||
version = "0.16.2"
|
version = "0.16.3"
|
||||||
description = "Create LLM agents with long-term memory and custom tools"
|
description = "Create LLM agents with long-term memory and custom tools"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Letta Team", email = "contact@letta.com"},
|
{name = "Letta Team", email = "contact@letta.com"},
|
||||||
|
|||||||
Reference in New Issue
Block a user