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 1
1
# flake8: noqa
2
2
__author__ = "Nick Ficano"
3
3
4
- __version__ = "3.2.7 "
4
+ __version__ = "4.0.0 "
5
5
6
6
from .aws_lambda import (
7
7
deploy ,
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = True
3
3
tag = True
4
- current_version = 3.2.7
4
+ current_version = 4.0.0
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
6
serialize =
7
7
{major}.{minor}.{patch}
@@ -18,3 +18,4 @@ source = aws_lambda
18
18
19
19
[flake8]
20
20
exclude = docs
21
+
Original file line number Diff line number Diff line change 24
24
25
25
setup (
26
26
name = "python-lambda" ,
27
- version = "3.2.7 " ,
27
+ version = "4.0.0 " ,
28
28
description = "The bare minimum for a Python app running on Amazon Lambda." ,
29
29
long_description = readme ,
30
30
author = "Nick Ficano" ,
You can’t perform that action at this time.
0 commit comments