Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jse committed Jan 9, 2025
1 parent 83f6141 commit e5140de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="chainlite",
version="0.3.3",
version="0.3.6",
author="Sina Semnani",
author_email="[email protected]",
description="A Python package that uses LangChain and LiteLLM to call large language model APIs easily",
Expand All @@ -12,7 +12,7 @@
packages=find_packages(),
install_requires=[
"tqdm",
"langchain==0.3.5",
"langchain==0.3.4",
"langchain-community==0.3.3",
"langchain-core==0.3.12",
"langchain-text-splitters==0.3.0",
Expand Down

0 comments on commit e5140de

Please sign in to comment.