diff --git a/pyproject.toml b/pyproject.toml index 47c84cf71..0c10050a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.13.1.dev3" +version = "0.13.1" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License" @@ -26,7 +26,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "0.13.1.dev3" +version = "0.13.1" version_files = [ "pyproject.toml:^version" ]