drop docs and bump version

This commit is contained in:
Caren Thomas
2025-11-26 14:40:49 -08:00
parent 09bf146140
commit cda2f1b573
6 changed files with 3 additions and 2153 deletions

View File

@@ -5,7 +5,7 @@ try:
__version__ = version("letta")
except PackageNotFoundError:
# Fallback for development installations
__version__ = "0.15.0"
__version__ = "0.15.1"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]