Skip to content

Commit 03536ea

Browse files
v25.3.13
1 parent bf8334d commit 03536ea

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/markitdown/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openize-markitdown
3-
version = 25.3.12
3+
version = 25.3.13
44
author = Openize
55
author_email = packages@openize.com
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.

packages/markitdown/src/openize/markitdown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
sys.path.append(os.path.dirname(__file__))
55

6-
__version__ = "25.3.12"
6+
__version__ = "25.3.13"
77

88
from .processor import DocumentProcessor
99
from .converters import WordConverter, PDFConverter, ExcelConverter, PowerPointConverter

packages/markitdown/src/openize/markitdown/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44
import logging
5-
from _markitdown import MarkItDown
5+
from markitdown import MarkItDown
66
from license_manager import LicenseManager
77

88

packages/markitdown/src/openize/markitdown/_markitdown.py renamed to packages/markitdown/src/openize/markitdown/markitdown.py

File renamed without changes.

0 commit comments

Comments
 (0)