diff --git a/pyproject.toml b/pyproject.toml index 12a3968..6cfa9c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ctfd-mcp" -version = "0.1.1" +version = "0.1.2" description = "MCP server for CTFd that lets regular users browse challenges, manage dynamic instances, and submit flags." readme = "README.md" requires-python = ">=3.13"