diff --git a/setup.py b/setup.py index 458ec9d..c3545b6 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def read_requirements(req="base.txt"): setup( name="awslambdaric", - version="1.1.0", + version="1.1.1", author="Amazon Web Services", description="AWS Lambda Runtime Interface Client for Python", long_description=read("README.md"),