From 334c570f45bf643156e9171b39b54eddc833c5e9 Mon Sep 17 00:00:00 2001 From: Khoi Pham <132031702+dkphm@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:16:26 -0700 Subject: [PATCH] chore: bump version to 1.126.0 (#7554) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 08999c5f10..e79c72f6b7 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.125.0" +__version__ = "1.126.0"