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

View file

@ -1055,6 +1055,8 @@ def set_callbacks(callback_list, function_id=None):
liteDebuggerClient = LiteDebugger(email=litellm.token) liteDebuggerClient = LiteDebugger(email=litellm.token)
elif litellm.email: elif litellm.email:
liteDebuggerClient = LiteDebugger(email=litellm.email) liteDebuggerClient = LiteDebugger(email=litellm.email)
else:
liteDebuggerClient = LiteDebugger()
except Exception as e: except Exception as e:
raise e raise e

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "0.1.558" version = "0.1.559"
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" license = "MIT License"