Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rubin committed May 29, 2019
1 parent b64f6ee commit eb94c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="aws-ssm-tree",
version="0.2.0",
version="0.2.1",
author="Bruno Rubin",
author_email="[email protected]",
description="Builds a tree of parameters from AWS System Manager Parameter Store.",
Expand All @@ -25,4 +25,4 @@
'ssm-tree = ssm_tree.main:main',
],
}
)
)

0 comments on commit eb94c40

Please sign in to comment.