From ea8ee55e363b4479ea94338a78cbfc47b48a411b Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Tue, 26 May 2026 15:37:51 -0700 Subject: [PATCH] Bump version to 0.1.6 --- 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 538a2c19a..1c0eb23ec 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"