From a1aa3f73633973d1ce033f5e731334345da6fca0 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 4 Mar 2026 17:15:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v2.1.3:=20bump=20version=20for?= =?UTF-8?q?=20PyPI=20(2.1.2=20was=20already=20published)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa8b25..1b79055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-pdf" -version = "2.1.2" +version = "2.1.3" 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"