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