From b123b19ae83c42ef47f4bd2638a58f9fa9b352d3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 7 Apr 2024 22:37:42 -0700 Subject: [PATCH] Release 0.2 Refs #1, #2, #4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1603ff3..4f2327d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "files-to-prompt" -version = "0.1" +version = "0.2" description = "Concatenate a directory full of files into a single prompt for use with LLMs" readme = "README.md" authors = [{name = "Simon Willison"}]