From eb94c400bd4c525cfbdf1ac2fbe92c4972dc0a25 Mon Sep 17 00:00:00 2001 From: Bruno Rubin Date: Thu, 30 May 2019 09:05:00 +1200 Subject: [PATCH] bump version to 0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8abcf9a..a3f65ea 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="aws-ssm-tree", - version="0.2.0", + version="0.2.1", author="Bruno Rubin", author_email="bruno.rubin@gmail.com", description="Builds a tree of parameters from AWS System Manager Parameter Store.", @@ -25,4 +25,4 @@ 'ssm-tree = ssm_tree.main:main', ], } -) \ No newline at end of file +)