Skip to content

Commit efb33f2

Browse files
committed
Bump version: 3.2.7 → 4.0.0
1 parent 8f6d53d commit efb33f2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

aws_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
__author__ = "Nick Ficano"
33
__email__ = "[email protected]"
4-
__version__ = "3.2.7"
4+
__version__ = "4.0.0"
55

66
from .aws_lambda import (
77
deploy,

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 3.2.7
4+
current_version = 4.0.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}
@@ -18,3 +18,4 @@ source = aws_lambda
1818

1919
[flake8]
2020
exclude = docs
21+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
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",

0 commit comments

Comments
 (0)