Skip to content

Commit

Permalink
bumped to release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Feb 22, 2024
1 parent 64ffc26 commit 1efc862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=0.5.2
tag=v0.5.2
release=0.5.3
tag=v0.5.3
pre_tag_command=sed -i "" -e 's/^version[ \t]*=.*/version = "@@RELEASE@@"/' setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
with open(path.join(here, 'README.md'), 'r') as f:
long_description = f.read()

version = "0.5.2"
version = "0.5.3"

setup(
name='aws-ssm-copy',
Expand Down

0 comments on commit 1efc862

Please sign in to comment.