Fixed loading of plugins. (#1096)

This commit is contained in:
afourney
2025-03-05 22:24:08 -08:00
committed by GitHub
parent 784c293579
commit 9380112892
4 changed files with 8 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"markitdown>=0.2.0a1",
"markitdown>=0.2.0a2",
"striprtf",
]

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
#
# SPDX-License-Identifier: MIT
__version__ = "0.2.0a1"
__version__ = "0.2.0a2"