Fixed version. (#1097)

This commit is contained in:
afourney
2025-03-05 22:52:52 -08:00
committed by GitHub
parent 9380112892
commit 6bedf6d950
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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