From e218d29009bba6e13a22fc026e266a8d0ffa2496 Mon Sep 17 00:00:00 2001 From: Sanath Kumar Ramesh Date: Tue, 20 Aug 2019 21:53:16 -0700 Subject: [PATCH] chore: Update version to 0.20.1 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 03c7b75894..3ab3b04e4e 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.19.0' +__version__ = '0.20.1'