From 5f2ca1adb62da2c673a7eab603c74dda40072bbe Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Tue, 28 May 2024 15:30:21 -0700 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e52e1699..1a4d964a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "marker-pdf" -version = "0.2.10" +version = "0.2.11" description = "Convert PDF to markdown with high speed and accuracy." authors = ["Vik Paruchuri "] readme = "README.md"