Skip to content

Commit e19aa72

Browse files
committed
Bump version: 11.3.0 → 11.4.0
1 parent 98a48bf commit e19aa72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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__ = "11.3.0"
4+
__version__ = "11.4.0"
55

66
from .aws_lambda import (
77
deploy,

setup.cfg

Lines changed: 1 addition & 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 = 11.3.0
4+
current_version = 11.4.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run(self):
5454

5555
setup(
5656
name="python-lambda",
57-
version="11.3.0",
57+
version="11.4.0",
5858
author="Nick Ficano",
5959
author_email="[email protected]",
6060
packages=find_packages(),

0 commit comments

Comments
 (0)