From 77d593664a5d9de63404e8ed26b8baaac3493c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0tevko?= Date: Sun, 3 May 2020 22:01:47 +0200 Subject: [PATCH] Bump version to 0.9.0 --- aws_gate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_gate/__init__.py b/aws_gate/__init__.py index 9b2bfc54..ba29a9be 100644 --- a/aws_gate/__init__.py +++ b/aws_gate/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.8.8" +__version__ = "0.9.0" __description__ = "aws-gate - AWS SSM Session Manager client CLI" __author__ = "Adam Stevko" __author_email__ = "adam.stevko@gmail.com"