release: bump to v0.1.1

This commit is contained in:
2026-01-04 15:51:33 +03:00
parent 2085fd4e37
commit 0dbbb09317
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ctfd-mcp" 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." description = "MCP server for CTFd that lets regular users browse challenges, manage dynamic instances, and submit flags."
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"

2
uv.lock generated
View File

@@ -174,7 +174,7 @@ wheels = [
[[package]] [[package]]
name = "ctfd-mcp" name = "ctfd-mcp"
version = "0.1.0" version = "0.1.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anyio" }, { name = "anyio" },