chore: bump version 0.12.1 (#3029)
This commit is contained in:
@@ -5,7 +5,7 @@ try:
|
||||
__version__ = version("letta")
|
||||
except PackageNotFoundError:
|
||||
# Fallback for development installations
|
||||
__version__ = "0.12.0"
|
||||
__version__ = "0.12.1"
|
||||
|
||||
if os.environ.get("LETTA_VERSION"):
|
||||
__version__ = os.environ["LETTA_VERSION"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "letta"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
description = "Create LLM agents with long-term memory and custom tools"
|
||||
authors = [
|
||||
{name = "Letta Team", email = "contact@letta.com"},
|
||||
|
||||
4
uv.lock
generated
4
uv.lock
generated
@@ -1,5 +1,5 @@
|
||||
version = 1
|
||||
revision = 2
|
||||
revision = 3
|
||||
requires-python = ">=3.11, <3.14"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13'",
|
||||
@@ -2310,7 +2310,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "letta"
|
||||
version = "0.11.7"
|
||||
version = "0.12.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiomultiprocess" },
|
||||
|
||||
Reference in New Issue
Block a user