Skip to content

Commit

Permalink
Caller version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval authored Jun 20, 2024
1 parent ce5dc7b commit 652c8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(fname):
packages=find_packages(exclude=['tests']),
include_package_data=True,
exclude_package_data={"": ["test_*.py", "__pycache__"]},
version='0.2.3',
version='0.2.4',
description='Amazon Textract Caller tools',
install_requires=requirements,
extras_require={'testing': ['amazon-textract-response-parser', 'pytest']},
Expand Down

0 comments on commit 652c8c0

Please sign in to comment.