We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7c424 commit 9b53e3eCopy full SHA for 9b53e3e
letta/__init__.py
@@ -5,7 +5,7 @@
5
__version__ = version("letta")
6
except PackageNotFoundError:
7
# Fallback for development installations
8
- __version__ = "0.11.0"
+ __version__ = "0.11.2"
9
10
if os.environ.get("LETTA_VERSION"):
11
__version__ = os.environ["LETTA_VERSION"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "letta"
3
-version = "0.11.0"
+version = "0.11.2"
4
packages = [
{include = "letta"},
]
0 commit comments