From 07f5836dc3a486c6208889cb124bfc38e21ab4b2 Mon Sep 17 00:00:00 2001 From: Preeti Arora Date: Fri, 25 Jun 2021 17:14:56 +0000 Subject: [PATCH] Correct the next release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8a910e..1d8a2ce 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def read_requirements(req="base.txt"): setup( name="awslambdaric", - version="1.2.1", + version="1.2.0", author="Amazon Web Services", description="AWS Lambda Runtime Interface Client for Python", long_description=read("README.md"),