Skip to content

Commit 09115ee

Browse files
authored
chore: bump version to 1.20.0 (#392)
1 parent 46e0895 commit 09115ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aws_lambda_builders/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"""
22
AWS Lambda Builder Library
33
"""
4-
__version__ = "1.19.0"
4+
5+
# Changing version will trigger a new release!
6+
# Please make the version change as the last step of your development.
7+
__version__ = "1.20.0"
58
RPC_PROTOCOL_VERSION = "0.3"

0 commit comments

Comments
 (0)