From 304c05154dc06479ecee10a3e66c6b1984b62cf5 Mon Sep 17 00:00:00 2001 From: Daniel Henry Date: Mon, 26 Jan 2026 16:39:12 -0600 Subject: [PATCH] Increment version number Signed-off-by: Daniel Henry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"