Skip to content

Commit 0318460

Browse files
Export helpers
1 parent c624fa3 commit 0318460

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="ultraocr-sdk-python",
55
packages=["ultraocr"],
6-
version="1.0.0",
6+
version="1.0.1",
77
description="UltraOCR Python SDK",
88
author="Nuveo",
99
install_requires=["requests"],

ultraocr/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
from ultraocr.functions import *
44
from ultraocr.constants import *
55
from ultraocr.exceptions import *
6+
from ultraocr.helpers import *

0 commit comments

Comments
 (0)