chore: Bump version to 0.47.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
4dae3fa338
commit
279192c5fb
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user