bump: version 0.12.3 → 0.12.4.dev1

This commit is contained in:
Krrish Dholakia 2023-10-24 08:53:14 -07:00
parent b0842e328c
commit 8a04620562

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.12.3"
version = "0.12.4.dev1"
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.12.3"
version = "0.12.4.dev1"
version_files = [
"pyproject.toml:^version"
]