File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
"""Top-level package for Lambda Python Powertools."""
4
4
5
5
__author__ = """Amazon Web Services"""
6
- __version__ = "__version__ = '0.3.1 '"
6
+ __version__ = "__version__ = '0.4.0 '"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.1
2
+ current_version = 0.4.0
3
3
commit = True
4
4
tag = False
5
5
@@ -38,3 +38,4 @@ addopts = --cov --cov-config=.coveragerc
38
38
39
39
[options]
40
40
python_requires = >=3.6
41
+
Original file line number Diff line number Diff line change 41
41
setup_requires = setup_requirements ,
42
42
test_suite = "tests" ,
43
43
tests_require = test_requirements ,
44
- version = "0.3.1 " ,
44
+ version = "0.4.0 " ,
45
45
url = "https://github.com/awslabs/aws-lambda-powertools/" ,
46
46
zip_safe = False ,
47
47
)
You can’t perform that action at this time.
0 commit comments