From 48c44e941c12896a7d167ca3a55cbbc7bf52742c Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 5 May 2026 17:36:39 -0600 Subject: [PATCH] v2.2.1: Republish for updated README on PyPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code changes — docs-only bump. Surfaces the rewritten README, QUICKSTART, and LOCAL_DEVELOPMENT docs to anyone landing on https://pypi.org/project/mcp-pdf/ --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9768c8..e201fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-pdf" -version = "2.2.0" +version = "2.2.1" description = "Secure FastMCP server for comprehensive PDF processing - text extraction, OCR, table extraction, forms, annotations, and more" authors = [{name = "Ryan Malloy", email = "ryan@malloys.us"}] readme = "README.md" diff --git a/uv.lock b/uv.lock index 93c1a63..91162a7 100644 --- a/uv.lock +++ b/uv.lock @@ -1032,7 +1032,7 @@ wheels = [ [[package]] name = "mcp-pdf" -version = "2.2.0" +version = "2.2.1" source = { editable = "." } dependencies = [ { name = "fastmcp" },