Skip to content

Commit ac907b8

Browse files
Version 1.1.0
1 parent 73b4c7a commit ac907b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.1",
6+
version="1.1.0",
77
description="UltraOCR Python SDK",
88
author="Nuveo",
99
install_requires=["requests"],

ultraocr/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Module providing the UltraOCR SDK version """
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)