chore: bump version to 0.10.0 (#3684)
This commit is contained in:
@@ -5,7 +5,7 @@ try:
|
|||||||
__version__ = version("letta")
|
__version__ = version("letta")
|
||||||
except PackageNotFoundError:
|
except PackageNotFoundError:
|
||||||
# Fallback for development installations
|
# Fallback for development installations
|
||||||
__version__ = "0.9.0"
|
__version__ = "0.10.0"
|
||||||
|
|
||||||
if os.environ.get("LETTA_VERSION"):
|
if os.environ.get("LETTA_VERSION"):
|
||||||
__version__ = os.environ["LETTA_VERSION"]
|
__version__ = os.environ["LETTA_VERSION"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "letta"
|
name = "letta"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
packages = [
|
packages = [
|
||||||
{include = "letta"},
|
{include = "letta"},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user