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"}]