From 8ac52e8de8c0def4c14895be5e5943000974b385 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 7 Jul 2025 17:03:31 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e6f899..f52ff6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcpdoc" -version = "0.0.8" +version = "0.0.9" description = "Server llms-txt documentation over MCP" readme = "README.md" license = "MIT"