bump version

This commit is contained in:
Krrish Dholakia
2023-09-07 16:24:05 -07:00
parent e452ceb21e
commit 81ac07644d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1055,6 +1055,8 @@ def set_callbacks(callback_list, function_id=None):
liteDebuggerClient = LiteDebugger(email=litellm.token)
elif litellm.email:
liteDebuggerClient = LiteDebugger(email=litellm.email)
else:
liteDebuggerClient = LiteDebugger()
except Exception as e:
raise e
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.558"
version = "0.1.559"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"