From 400ed039ad6f9d68cb4420751eff7d52f20b8afa Mon Sep 17 00:00:00 2001 From: seshubaws <116689586+seshubaws@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:42:41 -0800 Subject: [PATCH] chore: bump version to 1.132.0 (#7786) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index c80e2016bd..f2234ebf97 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.131.0" +__version__ = "1.132.0"