Skip to content

Commit 9503d29

Browse files
v25.3.6
1 parent 5fdbcd8 commit 9503d29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/markitdown/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openize-markitdown
3-
version = 25.3.5
3+
version = 25.3.6
44
author = Openize
55
author_email = packages@openize.com
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
@@ -37,8 +37,8 @@ where = src
3737

3838
[options.entry_points]
3939
console_scripts =
40-
markitdown = openize.markitdown.main:main
41-
post-install = openize.markitdown.post_install:ask_license
40+
markitdown = main:main
41+
post-install = post_install:ask_license
4242

4343
[aspose-licenses]
4444
use_aspose_license = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(.docx, .pdf, .xlsx, .pptx) to Markdown format.
77
"""
88

9-
__version__ = "25.3.5"
9+
__version__ = "25.3.6"
1010

1111
from .processor import DocumentProcessor
1212
from .converters import WordConverter, PDFConverter, ExcelConverter, PowerPointConverter

0 commit comments

Comments
 (0)