diff --git a/pyproject.toml b/pyproject.toml index 39b07db..45bc1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dumpy" -version = "0.1.0" +version = "0.1.1" description = "Used for dumping directories into the command prompt in a way that LLMs will understand" readme = "README.md" requires-python = ">=3.14"