From dbda8db1f38d5246af8195eb3e2064d15adabca5 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:36:18 -0700 Subject: [PATCH] chore: bump version to 1.121.0 (#7293) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 60108ddff3..0a7d0e0984 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.120.0" +__version__ = "1.121.0"