From c18893c0f0559c9969663263194c82dfd7074c44 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:11:34 -0700 Subject: [PATCH] chore: bump version to 1.95.0 (#5731) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 25dfd5d59a..b4c0a0ce3e 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.94.0" +__version__ = "1.95.0"