From 6a4e1ba9945cde33691f2be66d509a33a85aea23 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:40:14 -0700 Subject: [PATCH] chore: bump SAM CLI version to 1.127.0 (#7612) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index e79c72f6b7..7f95e6875f 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.126.0" +__version__ = "1.127.0"