Bumped version.

This commit is contained in:
Adam Fourney 2025-03-05 15:15:23 -08:00
parent fe1d57a06f
commit aa94bce6d9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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