From 1b234ff6dccb2ca3e56b5c256696558fb85306dc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 18 Feb 2025 21:53:30 -0800 Subject: [PATCH] Release 0.6 Refs #42, #44 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7bc943..9cf07cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "files-to-prompt" -version = "0.5" +version = "0.6" description = "Concatenate a directory full of files into a single prompt for use with LLMs" readme = "README.md" authors = [{name = "Simon Willison"}]