File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
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.4 '"
6
+ __version__ = "__version__ = '0.3.1 '"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.4
2
+ current_version = 0.3.1
3
3
commit = True
4
4
tag = False
5
5
@@ -38,4 +38,3 @@ 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 40
40
setup_requires = setup_requirements ,
41
41
test_suite = "tests" ,
42
42
tests_require = test_requirements ,
43
- version = "0.3.4 " ,
43
+ version = "0.3.1 " ,
44
44
url = "https://github.com/awslabs/aws-lambda-powertools/" ,
45
45
zip_safe = False ,
46
46
)
You can’t perform that action at this time.
0 commit comments