From 24bbc94fc4e81e9a6e65582af7667c5cfcdccc71 Mon Sep 17 00:00:00 2001 From: Viktor Lesyk Date: Thu, 8 Jan 2026 19:55:34 +0100 Subject: [PATCH] bump version to 0.1.5 --- packages/markitdown/src/markitdown/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markitdown/src/markitdown/__about__.py b/packages/markitdown/src/markitdown/__about__.py index 4c8b68f6d..3de6ec29f 100644 --- a/packages/markitdown/src/markitdown/__about__.py +++ b/packages/markitdown/src/markitdown/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Adam Fourney # # SPDX-License-Identifier: MIT -__version__ = "0.1.4" +__version__ = "0.1.5"