bump: version 0.6.0 → 0.6.1

This commit is contained in:
Krrish Dholakia 2023-10-09 13:10:14 -07:00
parent 4059f408d0
commit c74e4a3920

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.6.0"
version = "0.6.1"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"
@ -25,7 +25,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.6.0"
version = "0.6.1"
version_files = [
"pyproject.toml:^version"
]