Skip to content

Commit 668eee6

Browse files
release 0.1.14
1 parent 841502f commit 668eee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
setup(
1010
name="docext",
11-
version="0.1.13",
11+
version="0.1.14",
1212
author="Souvik Mandal",
1313
author_email="[email protected]",
1414
description="Onprem information extraction from documents",
15-
long_description=open("README.md", encoding='utf-8').read(),
15+
long_description=open("README.md", encoding="utf-8").read(),
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/nanonets/docext",
1818
packages=find_packages(include=["docext", "docext.*"]),

0 commit comments

Comments
 (0)