We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841502f commit 668eee6Copy full SHA for 668eee6
setup.py
@@ -8,11 +8,11 @@
8
9
setup(
10
name="docext",
11
- version="0.1.13",
+ version="0.1.14",
12
author="Souvik Mandal",
13
author_email="[email protected]",
14
description="Onprem information extraction from documents",
15
- long_description=open("README.md", encoding='utf-8').read(),
+ long_description=open("README.md", encoding="utf-8").read(),
16
long_description_content_type="text/markdown",
17
url="https://github.com/nanonets/docext",
18
packages=find_packages(include=["docext", "docext.*"]),
0 commit comments