From 402d8bf0b0cb3bc7604821a9015ddf30c3ffd0cb Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Tue, 29 Oct 2019 14:07:50 -0700 Subject: [PATCH] chore: bump version to 0.30.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 6ae52e67dd82..d126c85d2a16 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "0.23.0" +__version__ = "0.30.0"