diff --git a/pyproject.toml b/pyproject.toml index 4f2327d..3bf69f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "files-to-prompt" -version = "0.2" +version = "0.2.1" description = "Concatenate a directory full of files into a single prompt for use with LLMs" readme = "README.md" authors = [{name = "Simon Willison"}]