From 24af60ec85d21d9ebde18a9c2219e7742bc59011 Mon Sep 17 00:00:00 2001 From: Tarun Date: Tue, 19 May 2020 10:25:14 -0700 Subject: [PATCH] chore: version bump to 0.50.0 (#1998) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index caabc61d3796f..9ac1025aeaa84 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "0.49.0" +__version__ = "0.50.0"