diff --git a/pyproject.toml b/pyproject.toml index 44b3fba..4522713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ctfd-mcp" -version = "0.1.0" +version = "0.1.1" description = "MCP server for CTFd that lets regular users browse challenges, manage dynamic instances, and submit flags." readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 7e5e07d..959d025 100644 --- a/uv.lock +++ b/uv.lock @@ -174,7 +174,7 @@ wheels = [ [[package]] name = "ctfd-mcp" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "anyio" },