Skip to content

Commit 2cecd20

Browse files
committed
bump version to 0.1.6
1 parent 251dddc commit 2cecd20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"

packages/markitdown/src/markitdown/_stream_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class StreamInfo:
1111
mimetype: Optional[str] = None
1212
extension: Optional[str] = None
1313
charset: Optional[str] = None
14-
filename: Optional[
15-
str
16-
] = None # From local path, url, or Content-Disposition header
14+
filename: Optional[str] = (
15+
None # From local path, url, or Content-Disposition header
16+
)
1717
local_path: Optional[str] = None # If read from disk
1818
url: Optional[str] = None # If read from url
1919

0 commit comments

Comments
 (0)