Skip to content

Commit 330df6a

Browse files
author
Luca Valentini
authored
Bump version (#6)
1 parent 66d9e61 commit 330df6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-aws-ssm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python package that interfaces with AWS System Manager"
55
authors = ["Luca Valentini <[email protected]>", "Maarten Jacobs <[email protected]>"]
66
# New attributes

python_aws_ssm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

tests/test_python_aws_ssm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_version():
9-
assert __version__ == "0.1.0"
9+
assert __version__ == "0.1.1"
1010

1111

1212
class TestGetParameters(TestCase):

0 commit comments

Comments
 (0)