We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39d19b commit c14b83cCopy full SHA for c14b83c
1 file changed
setup.py
@@ -20,7 +20,7 @@ def requirements():
20
],
21
include_package_data=True,
22
entry_points={"console_scripts": ["agentocr = agentocr:command"]},
23
- version='1.2.0',
+ version='1.3.0',
24
install_requires=requirements(),
25
license='Apache License 2.0',
26
description='An easy-to-use OCR package with multilingual support.',
0 commit comments