diff --git a/pyproject.toml b/pyproject.toml index fae6840..6eed2c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "mcpdoc" -version = "0.1.0" +version = "0.0.1" description = "Add your description here" readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.11" dependencies = [ "httpx>=0.28.1", "markdownify>=1.1.0",