chore: bump version 0.8.6 and upgrade packages (#2995)

This commit is contained in:
Sarah Wooders
2025-06-24 15:54:10 -07:00
committed by GitHub
parent 375e77da1a
commit a74e5ec6ec
3 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import os
__version__ = "0.7.14"
__version__ = "0.8.6"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]