From 06cc40cf8343c40727bc22c5ad5b12e0c96c5870 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:58:07 -0800 Subject: [PATCH] chore: version bump to 1.130.0 (#7716) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 6acc974f0a..3f5697b7be 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.129.0" +__version__ = "1.130.0"