Skip to content

Commit b4aef24

Browse files
jfussaahung
authored andcommitted
chore: Version bump to 1.0.0 (aws#181)
1 parent 84c7305 commit b4aef24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

aws_lambda_builders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
22
AWS Lambda Builder Library
33
"""
4-
__version__ = "0.9.0"
4+
__version__ = "1.0.0"
55
RPC_PROTOCOL_VERSION = "0.3"

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pytest-cov==2.4.0
66
astroid>=1.5.8,<2.1.0; python_version < '3.8'
77
pylint==1.7.2; python_version < '3.8'
88
pylint==2.4.4; python_version >= '3.8'
9+
isort>=4.2.5,<5; python_version < '3.8'
910

1011
# Test requirements
1112
pytest==3.0.7

tests/integration/workflows/custom_make/test_custom_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_must_build_python_project_through_makefile(self):
4848
"chardet-3.0.4.dist-info",
4949
"certifi-2020.4.5.2.dist-info",
5050
"certifi",
51-
"idna-2.9.dist-info",
51+
"idna-2.10.dist-info",
5252
"requests",
5353
"requests-2.23.0.dist-info",
5454
}

0 commit comments

Comments
 (0)