From 649a34bbf927ea1ed6d191d177741757124be076 Mon Sep 17 00:00:00 2001 From: Jacob Fuss Date: Tue, 28 Aug 2018 10:42:18 -0700 Subject: [PATCH] chore(0.6.0): SAM CLI Version bump --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 1a0028355b..abe4beef25 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.5.0' +__version__ = '0.6.0'