forked from phoenix/litellm-mirror
fix(pyproject.toml): fix merge conflict
This commit is contained in:
parent
f6ba18cb52
commit
4ea24ac718
1 changed files with 0 additions and 8 deletions
|
@ -1,10 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
<<<<<<< HEAD
|
|
||||||
version = "1.31.0"
|
version = "1.31.0"
|
||||||
=======
|
|
||||||
version = "1.30.8"
|
|
||||||
>>>>>>> 5a3df3fa (bump: version 1.30.7 → 1.30.8)
|
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -79,11 +75,7 @@ requires = ["poetry-core", "wheel"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
<<<<<<< HEAD
|
|
||||||
version = "1.31.0"
|
version = "1.31.0"
|
||||||
=======
|
|
||||||
version = "1.30.8"
|
|
||||||
>>>>>>> 5a3df3fa (bump: version 1.30.7 → 1.30.8)
|
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version"
|
"pyproject.toml:^version"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue