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 +)