From 57c2fc072100a6ebd81e509bc9c6f13270352b9f Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:22:53 -0800 Subject: [PATCH] chore: bump version to 1.131.0 (#7725) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 3f5697b7be..c80e2016bd 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.130.0" +__version__ = "1.131.0"