From 2fe95559e0b56d7a495f4db76c7e5a8e340a9423 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Tue, 24 Feb 2026 16:14:52 -0600 Subject: [PATCH 1/2] README.md: Update link to API docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3326e8..bbf6b0a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Build production-grade PDF automation with the official Python SDK for OCR, extraction, redaction, security, forms, and AI-ready document workflows. - Homepage: [pdfrest.com](https://pdfrest.com/) -- API docs: [pdfrest.com/apidocs](https://pdfrest.com/apidocs/) +- API docs: + [docs.pdfrest.com](https://docs.pdfrest.com/api-reference-guides/directory/) - Python SDK docs: [python.pdfrest.com](https://python.pdfrest.com/) - API Lab: [pdfrest.com/apilab](https://pdfrest.com/apilab/) From 803ff104d702c0214ccbb36267509f4df666e0e3 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Tue, 24 Feb 2026 16:54:26 -0600 Subject: [PATCH 2/2] Bump version to `1.0.3` --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a2edc0..f9ee93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" description = "Python client library for interacting with the pdfRest API" readme = {file = "README.md", content-type = "text/markdown"} authors = [ diff --git a/uv.lock b/uv.lock index 5ee282c..ad017ec 100644 --- a/uv.lock +++ b/uv.lock @@ -961,7 +961,7 @@ wheels = [ [[package]] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" source = { editable = "." } dependencies = [ { name = "exceptiongroup" },