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/) 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" },