diff --git a/pyproject.toml b/pyproject.toml index 66d647e42fe..7a5554789a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.94.1" +version = "1.94.2" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -290,7 +290,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.94.1" +version = "1.94.2" version_files = [ "pyproject.toml:^version", ]