From 21c0e9d743ea39a5fb0add5bb364167ac5d2a545 Mon Sep 17 00:00:00 2001 From: Sina Date: Fri, 21 Jun 2024 04:38:38 +0000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9786d7..0d566cb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="chainlite", - version="0.1.15", + version="0.1.17", author="Sina Semnani", author_email="sinaj@cs.stanford.edu", description="A Python package that uses LangChain and LiteLLM to call large language model APIs easily",