From 2a3e0f9a067c14759c65cfd334fdb45e3b7f345a Mon Sep 17 00:00:00 2001 From: vicheey Date: Mon, 17 Feb 2025 16:45:01 -0800 Subject: [PATCH] chore: bump version to 1.134.0 (#7894) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index b1cb11c1bd..59413f2c3e 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.133.0" +__version__ = "1.134.0"