From efe06ffff077c30b30caaa95d8fc9bd6d35a27b5 Mon Sep 17 00:00:00 2001 From: Sacha Bron Date: Thu, 19 Sep 2024 14:33:30 +0200 Subject: [PATCH] Bump to v0.5.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcdacd6..570e3d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "llama-parse" -version = "0.5.5" +version = "0.5.6" description = "Parse files into RAG-Optimized formats." authors = ["Logan Markewich "] license = "MIT"