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 11# flake8: noqa
22__author__ = "Nick Ficano"
33__email__ = "nficano@gmail.com"
4- __version__ = "3.2.7 "
4+ __version__ = "4.0.0 "
55
66from .aws_lambda import (
77 deploy ,
Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 3.2.7
4+ current_version = 4.0.0
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66serialize =
77 {major}.{minor}.{patch}
@@ -18,3 +18,4 @@ source = aws_lambda
1818
1919[flake8]
2020exclude = docs
21+
Original file line number Diff line number Diff line change 2424
2525setup (
2626 name = "python-lambda" ,
27- version = "3.2.7 " ,
27+ version = "4.0.0 " ,
2828 description = "The bare minimum for a Python app running on Amazon Lambda." ,
2929 long_description = readme ,
3030 author = "Nick Ficano" ,
You can’t perform that action at this time.
0 commit comments