chore: Bump version to 0.47.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
beads/crew/emma
2026-01-12 03:21:12 -08:00
committed by Steve Yegge
parent 4dae3fa338
commit 279192c5fb
11 changed files with 74 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "beads-mcp"
version = "0.47.0"
version = "0.47.1"
description = "MCP server for beads issue tracker."
readme = "README.md"
requires-python = ">=3.10"
@@ -66,7 +66,7 @@ warn_return_any = false
check_untyped_defs = false
[tool.ruff]
target-version = "py310"
target-version = "0.47.1"
line-length = 115
[tool.ruff.lint]

View File

@@ -4,4 +4,4 @@ This package provides an MCP (Model Context Protocol) server that exposes
beads (bd) issue tracker functionality to MCP Clients.
"""
__version__ = "0.47.0"
__version__ = "0.47.1"