Skip to content

Commit 69541ad

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent f2a57e1 commit 69541ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/aws_lambda_powertools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Top-level package for Lambda Python Powertools."""
44

55
__author__ = """Amazon Web Services"""
6-
__version__ = "__version__ = '0.4.0'"
6+
__version__ = "__version__ = '0.5.0'"

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = False
55

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
setup_requires=setup_requirements,
4242
test_suite="tests",
4343
tests_require=test_requirements,
44-
version="0.4.0",
44+
version="0.5.0",
4545
url="https://github.com/awslabs/aws-lambda-powertools/",
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)