Skip to content

Commit

Permalink
Bump version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Valentini authored Aug 21, 2019
1 parent 66d9e61 commit 330df6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-aws-ssm"
version = "0.1.0"
version = "0.1.1"
description = "Python package that interfaces with AWS System Manager"
authors = ["Luca Valentini <luca@paddle.com>", "Maarten Jacobs <maarten@paddle.com>"]
# New attributes
Expand Down
2 changes: 1 addition & 1 deletion python_aws_ssm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion tests/test_python_aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.1.1"


class TestGetParameters(TestCase):
Expand Down

0 comments on commit 330df6a

Please sign in to comment.