From c1f9a323ee43782ab014032ce8731f5de6eb87ed Mon Sep 17 00:00:00 2001 From: afourney Date: Mon, 24 Mar 2025 23:26:30 -0700 Subject: [PATCH] Bump version. (#1154) --- 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 e8d7ba6..159c6da 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.0" +__version__ = "0.1.1"