From d2ec2059f032fd72dee94d4594188a88a7608082 Mon Sep 17 00:00:00 2001 From: umbra2728 Date: Wed, 4 Feb 2026 20:14:15 +0300 Subject: [PATCH] release: bump to v0.1.2 Prepare package metadata for the next release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"