From 40bc7886d4e7ddb87d235638c814df01e0e13ad4 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:35:20 -0700 Subject: [PATCH] chore: bump version to 1.100.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 4ee5abd4e6..8cc449ba54 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.99.0" +__version__ = "1.100.0"