From 469f40c322fb532a050ba85a1584f3c38238094f Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Tue, 22 Aug 2023 01:27:05 -0700 Subject: [PATCH] [version] bump version to 0.0.25 (#477) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cba7eb663..8a3f4268ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.24.post1" +version = "0.0.25" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes