Skip to content

Commit 9b53e3e

Browse files
committed
bump version
1 parent 1b7c424 commit 9b53e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

letta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__version__ = version("letta")
66
except PackageNotFoundError:
77
# Fallback for development installations
8-
__version__ = "0.11.0"
8+
__version__ = "0.11.2"
99

1010
if os.environ.get("LETTA_VERSION"):
1111
__version__ = os.environ["LETTA_VERSION"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "letta"
3-
version = "0.11.0"
3+
version = "0.11.2"
44
packages = [
55
{include = "letta"},
66
]

0 commit comments

Comments
 (0)