Skip to content

Commit e4ef183

Browse files
committed
Fix logging import
1 parent bd6d094 commit e4ef183

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.3.3'"
6+
__version__ = "__version__ = '0.3.4'"

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.3.3
2+
current_version = 0.3.4
33
commit = True
44
tag = False
55

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
setup_requires=setup_requirements,
4141
test_suite="tests",
4242
tests_require=test_requirements,
43-
version="0.3.3",
43+
version="0.3.4",
4444
url="https://github.com/awslabs/aws-lambda-powertools/",
4545
zip_safe=False,
4646
)

0 commit comments

Comments
 (0)