From 68195b9bae601b4d0edc01e347fcd5844c04449d Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:17:54 -0700 Subject: [PATCH] chore: bump version to 1.100.0 (#6165) --- 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"