From e144e0a2be95b34df17433bac904e635f2c5e551 Mon Sep 17 00:00:00 2001 From: afourney Date: Wed, 27 May 2026 00:40:20 +0200 Subject: [PATCH] Bump version to 0.1.6 (#1914) --- 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 538a2c1..1c0eb23 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.6b2" +__version__ = "0.1.6"