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 26d2de0 commit f280406Copy full SHA for f280406
letta/__init__.py
@@ -5,7 +5,7 @@
5
__version__ = version("letta")
6
except PackageNotFoundError:
7
# Fallback for development installations
8
- __version__ = "0.11.3"
+ __version__ = "0.11.4"
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.3"
+version = "0.11.4"
4
packages = [
{include = "letta"},
]
0 commit comments