Bumped version.
This commit is contained in:
parent
fe1d57a06f
commit
aa94bce6d9
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dependencies = [
|
||||
"markitdown",
|
||||
"markitdown>=0.0.2a2",
|
||||
"striprtf",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.0.2a1"
|
||||
__version__ = "0.0.2a2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue